@maxim_mazurok/gapi.client.vmwareengine-v1 0.2.20260608 → 0.3.20260608
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +10 -48
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -49,11 +49,7 @@ declare namespace gapi.client {
|
|
|
49
49
|
privateCloud?: string;
|
|
50
50
|
/** Output only. State of the resource. New values may be added to this enum when appropriate. */
|
|
51
51
|
state?:
|
|
52
|
-
| '
|
|
53
|
-
| 'ACTIVE'
|
|
54
|
-
| 'INACTIVE'
|
|
55
|
-
| 'DELETING'
|
|
56
|
-
| 'CREATING';
|
|
52
|
+
'STATE_UNSPECIFIED' | 'ACTIVE' | 'INACTIVE' | 'DELETING' | 'CREATING';
|
|
57
53
|
/** Output only. Target Resource Type defines the type of the target for the announcement */
|
|
58
54
|
targetResourceType?: string;
|
|
59
55
|
/** Output only. Last update time of this resource. */
|
|
@@ -70,10 +66,7 @@ declare namespace gapi.client {
|
|
|
70
66
|
exemptedMembers?: string[];
|
|
71
67
|
/** The log type that this config enables. */
|
|
72
68
|
logType?:
|
|
73
|
-
| '
|
|
74
|
-
| 'ADMIN_READ'
|
|
75
|
-
| 'DATA_WRITE'
|
|
76
|
-
| 'DATA_READ';
|
|
69
|
+
'LOG_TYPE_UNSPECIFIED' | 'ADMIN_READ' | 'DATA_WRITE' | 'DATA_READ';
|
|
77
70
|
}
|
|
78
71
|
interface AutoscalingPolicy {
|
|
79
72
|
/** Optional. Utilization thresholds pertaining to amount of consumed memory. */
|
|
@@ -166,11 +159,7 @@ declare namespace gapi.client {
|
|
|
166
159
|
nfsDatastore?: NfsDatastore;
|
|
167
160
|
/** Output only. The state of the Datastore. */
|
|
168
161
|
state?:
|
|
169
|
-
| '
|
|
170
|
-
| 'CREATING'
|
|
171
|
-
| 'ACTIVE'
|
|
172
|
-
| 'UPDATING'
|
|
173
|
-
| 'DELETING';
|
|
162
|
+
'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING';
|
|
174
163
|
/** Output only. System-generated unique identifier for the resource. */
|
|
175
164
|
uid?: string;
|
|
176
165
|
/** Output only. Last update time of this resource. */
|
|
@@ -256,11 +245,7 @@ declare namespace gapi.client {
|
|
|
256
245
|
sourcePorts?: string[];
|
|
257
246
|
/** Output only. The state of the resource. */
|
|
258
247
|
state?:
|
|
259
|
-
| '
|
|
260
|
-
| 'ACTIVE'
|
|
261
|
-
| 'CREATING'
|
|
262
|
-
| 'UPDATING'
|
|
263
|
-
| 'DELETING';
|
|
248
|
+
'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'UPDATING' | 'DELETING';
|
|
264
249
|
/** Output only. System-generated unique identifier for the resource. */
|
|
265
250
|
uid?: string;
|
|
266
251
|
/** Output only. Last update time of this resource. */
|
|
@@ -279,11 +264,7 @@ declare namespace gapi.client {
|
|
|
279
264
|
name?: string;
|
|
280
265
|
/** Output only. The state of the resource. */
|
|
281
266
|
state?:
|
|
282
|
-
| '
|
|
283
|
-
| 'ACTIVE'
|
|
284
|
-
| 'CREATING'
|
|
285
|
-
| 'UPDATING'
|
|
286
|
-
| 'DELETING';
|
|
267
|
+
'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'UPDATING' | 'DELETING';
|
|
287
268
|
/** Output only. System-generated unique identifier for the resource. */
|
|
288
269
|
uid?: string;
|
|
289
270
|
/** Output only. Last update time of this resource. */
|
|
@@ -537,12 +518,7 @@ declare namespace gapi.client {
|
|
|
537
518
|
port?: number;
|
|
538
519
|
/** Required. Protocol used by vCenter to send logs to a logging server. */
|
|
539
520
|
protocol?:
|
|
540
|
-
| '
|
|
541
|
-
| 'UDP'
|
|
542
|
-
| 'TCP'
|
|
543
|
-
| 'TLS'
|
|
544
|
-
| 'SSL'
|
|
545
|
-
| 'RELP';
|
|
521
|
+
'PROTOCOL_UNSPECIFIED' | 'UDP' | 'TCP' | 'TLS' | 'SSL' | 'RELP';
|
|
546
522
|
/** Required. The type of component that produces logs that will be forwarded to this logging server. */
|
|
547
523
|
sourceType?: 'SOURCE_TYPE_UNSPECIFIED' | 'ESXI' | 'VCSA';
|
|
548
524
|
/** Output only. System-generated unique identifier for the resource. */
|
|
@@ -646,11 +622,7 @@ declare namespace gapi.client {
|
|
|
646
622
|
| 'GOOGLE_CLOUD_FILESTORE_INSTANCES';
|
|
647
623
|
/** Output only. State of the network peering. This field has a value of 'ACTIVE' when there's a matching configuration in the peer network. New values may be added to this enum when appropriate. */
|
|
648
624
|
state?:
|
|
649
|
-
| '
|
|
650
|
-
| 'INACTIVE'
|
|
651
|
-
| 'ACTIVE'
|
|
652
|
-
| 'CREATING'
|
|
653
|
-
| 'DELETING';
|
|
625
|
+
'STATE_UNSPECIFIED' | 'INACTIVE' | 'ACTIVE' | 'CREATING' | 'DELETING';
|
|
654
626
|
/** Output only. Output Only. Details about the current state of the network peering. */
|
|
655
627
|
stateDetails?: string;
|
|
656
628
|
/** Output only. System-generated unique identifier for the resource. */
|
|
@@ -709,11 +681,7 @@ declare namespace gapi.client {
|
|
|
709
681
|
nodeTypeId?: string;
|
|
710
682
|
/** Output only. The state of the appliance. */
|
|
711
683
|
state?:
|
|
712
|
-
| '
|
|
713
|
-
| 'ACTIVE'
|
|
714
|
-
| 'CREATING'
|
|
715
|
-
| 'FAILED'
|
|
716
|
-
| 'UPGRADING';
|
|
684
|
+
'STATE_UNSPECIFIED' | 'ACTIVE' | 'CREATING' | 'FAILED' | 'UPGRADING';
|
|
717
685
|
/** Output only. The version number of the VMware ESXi management component in this cluster. */
|
|
718
686
|
version?: string;
|
|
719
687
|
}
|
|
@@ -869,9 +837,7 @@ declare namespace gapi.client {
|
|
|
869
837
|
peeringId?: string;
|
|
870
838
|
/** Output only. Peering state between service network and VMware Engine network. */
|
|
871
839
|
peeringState?:
|
|
872
|
-
| '
|
|
873
|
-
| 'PEERING_ACTIVE'
|
|
874
|
-
| 'PEERING_INACTIVE';
|
|
840
|
+
'PEERING_STATE_UNSPECIFIED' | 'PEERING_ACTIVE' | 'PEERING_INACTIVE';
|
|
875
841
|
/** Optional. Routing Mode. Default value is set to GLOBAL. For type = PRIVATE_SERVICE_ACCESS, this field can be set to GLOBAL or REGIONAL, for other types only GLOBAL is supported. */
|
|
876
842
|
routingMode?: 'ROUTING_MODE_UNSPECIFIED' | 'GLOBAL' | 'REGIONAL';
|
|
877
843
|
/** Required. Service network to create private connection. Specify the name in the following form: `projects/{project}/global/networks/{network_id}` For type = PRIVATE_SERVICE_ACCESS, this field represents servicenetworking VPC, e.g. projects/project-tp/global/networks/servicenetworking. For type = NETAPP_CLOUD_VOLUME, this field represents NetApp service VPC, e.g. projects/project-tp/global/networks/netapp-tenant-vpc. For type = DELL_POWERSCALE, this field represent Dell service VPC, e.g. projects/project-tp/global/networks/dell-tenant-vpc. For type= THIRD_PARTY_SERVICE, this field could represent a consumer VPC or any other producer VPC to which the VMware Engine Network needs to be connected, e.g. projects/project/global/networks/vpc. */
|
|
@@ -1104,11 +1070,7 @@ declare namespace gapi.client {
|
|
|
1104
1070
|
name?: string;
|
|
1105
1071
|
/** Output only. State of the VMware Engine network. */
|
|
1106
1072
|
state?:
|
|
1107
|
-
| '
|
|
1108
|
-
| 'CREATING'
|
|
1109
|
-
| 'ACTIVE'
|
|
1110
|
-
| 'UPDATING'
|
|
1111
|
-
| 'DELETING';
|
|
1073
|
+
'STATE_UNSPECIFIED' | 'CREATING' | 'ACTIVE' | 'UPDATING' | 'DELETING';
|
|
1112
1074
|
/** Required. VMware Engine network type. */
|
|
1113
1075
|
type?: 'TYPE_UNSPECIFIED' | 'LEGACY' | 'STANDARD';
|
|
1114
1076
|
/** Output only. System-generated unique identifier for the resource. */
|