Skip to content

Commit b34611e

Browse files
feat(baremetalsolution): update the api
#### baremetalsolution:v2 The following keys were deleted: - schemas.InstanceConfig.properties.name.readOnly (Total Keys: 1) - schemas.Network.properties.pod.readOnly (Total Keys: 1) The following keys were added: - schemas.InstanceConfig.properties.id.deprecated (Total Keys: 1) - schemas.NfsShare.properties.pod.type (Total Keys: 1) - schemas.ProvisioningConfig.properties.pod.type (Total Keys: 1)
1 parent 9034e5f commit b34611e

6 files changed

+62
-43
lines changed

docs/dyn/baremetalsolution_v2.projects.locations.instances.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ <h3>Method Details</h3>
323323
},
324324
],
325325
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
326-
&quot;pod&quot;: &quot;A String&quot;, # Output only. Pod name.
326+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.
327327
&quot;reservations&quot;: [ # List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
328328
{ # A reservation of one or more addresses in a network.
329329
&quot;endAddress&quot;: &quot;A String&quot;, # The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
@@ -358,7 +358,7 @@ <h3>Method Details</h3>
358358
},
359359
],
360360
&quot;osImage&quot;: &quot;A String&quot;, # The OS image currently installed on the server.
361-
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.
361+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can only be connected to the assets (networks, volumes) allocated in the same pod.
362362
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the server.
363363
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update a time stamp.
364364
&quot;volumes&quot;: [ # Input only. List of Volumes to attach to this Instance on creation. This field won&#x27;t be populated in Get/List responses.
@@ -381,7 +381,7 @@ <h3>Method Details</h3>
381381
&quot;notes&quot;: &quot;A String&quot;, # Input only. User-specified notes for new Volume. Used to provision Volumes that require manual intervention.
382382
&quot;originallyRequestedSizeGib&quot;: &quot;A String&quot;, # Originally requested size, in GiB.
383383
&quot;performanceTier&quot;: &quot;A String&quot;, # Immutable. Performance tier of the Volume. Default is SHARED.
384-
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name.
384+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Volume can only be connected to the instances allocated in the same pod.
385385
&quot;protocol&quot;: &quot;A String&quot;, # Output only. Storage protocol for the Volume.
386386
&quot;remainingSpaceGib&quot;: &quot;A String&quot;, # The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.
387387
&quot;requestedSizeGib&quot;: &quot;A String&quot;, # The requested size of this storage volume, in GiB.
@@ -489,7 +489,7 @@ <h3>Method Details</h3>
489489
},
490490
],
491491
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
492-
&quot;pod&quot;: &quot;A String&quot;, # Output only. Pod name.
492+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.
493493
&quot;reservations&quot;: [ # List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
494494
{ # A reservation of one or more addresses in a network.
495495
&quot;endAddress&quot;: &quot;A String&quot;, # The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
@@ -524,7 +524,7 @@ <h3>Method Details</h3>
524524
},
525525
],
526526
&quot;osImage&quot;: &quot;A String&quot;, # The OS image currently installed on the server.
527-
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.
527+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can only be connected to the assets (networks, volumes) allocated in the same pod.
528528
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the server.
529529
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update a time stamp.
530530
&quot;volumes&quot;: [ # Input only. List of Volumes to attach to this Instance on creation. This field won&#x27;t be populated in Get/List responses.
@@ -547,7 +547,7 @@ <h3>Method Details</h3>
547547
&quot;notes&quot;: &quot;A String&quot;, # Input only. User-specified notes for new Volume. Used to provision Volumes that require manual intervention.
548548
&quot;originallyRequestedSizeGib&quot;: &quot;A String&quot;, # Originally requested size, in GiB.
549549
&quot;performanceTier&quot;: &quot;A String&quot;, # Immutable. Performance tier of the Volume. Default is SHARED.
550-
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name.
550+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Volume can only be connected to the instances allocated in the same pod.
551551
&quot;protocol&quot;: &quot;A String&quot;, # Output only. Storage protocol for the Volume.
552552
&quot;remainingSpaceGib&quot;: &quot;A String&quot;, # The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.
553553
&quot;requestedSizeGib&quot;: &quot;A String&quot;, # The requested size of this storage volume, in GiB.
@@ -665,7 +665,7 @@ <h3>Method Details</h3>
665665
},
666666
],
667667
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
668-
&quot;pod&quot;: &quot;A String&quot;, # Output only. Pod name.
668+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.
669669
&quot;reservations&quot;: [ # List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
670670
{ # A reservation of one or more addresses in a network.
671671
&quot;endAddress&quot;: &quot;A String&quot;, # The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
@@ -700,7 +700,7 @@ <h3>Method Details</h3>
700700
},
701701
],
702702
&quot;osImage&quot;: &quot;A String&quot;, # The OS image currently installed on the server.
703-
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.
703+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can only be connected to the assets (networks, volumes) allocated in the same pod.
704704
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the server.
705705
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update a time stamp.
706706
&quot;volumes&quot;: [ # Input only. List of Volumes to attach to this Instance on creation. This field won&#x27;t be populated in Get/List responses.
@@ -723,7 +723,7 @@ <h3>Method Details</h3>
723723
&quot;notes&quot;: &quot;A String&quot;, # Input only. User-specified notes for new Volume. Used to provision Volumes that require manual intervention.
724724
&quot;originallyRequestedSizeGib&quot;: &quot;A String&quot;, # Originally requested size, in GiB.
725725
&quot;performanceTier&quot;: &quot;A String&quot;, # Immutable. Performance tier of the Volume. Default is SHARED.
726-
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name.
726+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Volume can only be connected to the instances allocated in the same pod.
727727
&quot;protocol&quot;: &quot;A String&quot;, # Output only. Storage protocol for the Volume.
728728
&quot;remainingSpaceGib&quot;: &quot;A String&quot;, # The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.
729729
&quot;requestedSizeGib&quot;: &quot;A String&quot;, # The requested size of this storage volume, in GiB.
@@ -862,7 +862,7 @@ <h3>Method Details</h3>
862862
},
863863
],
864864
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
865-
&quot;pod&quot;: &quot;A String&quot;, # Output only. Pod name.
865+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.
866866
&quot;reservations&quot;: [ # List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
867867
{ # A reservation of one or more addresses in a network.
868868
&quot;endAddress&quot;: &quot;A String&quot;, # The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
@@ -897,7 +897,7 @@ <h3>Method Details</h3>
897897
},
898898
],
899899
&quot;osImage&quot;: &quot;A String&quot;, # The OS image currently installed on the server.
900-
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can be connected to the assets (networks, volumes) allocated in the same pod only.
900+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Instance can only be connected to the assets (networks, volumes) allocated in the same pod.
901901
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the server.
902902
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. Update a time stamp.
903903
&quot;volumes&quot;: [ # Input only. List of Volumes to attach to this Instance on creation. This field won&#x27;t be populated in Get/List responses.
@@ -920,7 +920,7 @@ <h3>Method Details</h3>
920920
&quot;notes&quot;: &quot;A String&quot;, # Input only. User-specified notes for new Volume. Used to provision Volumes that require manual intervention.
921921
&quot;originallyRequestedSizeGib&quot;: &quot;A String&quot;, # Originally requested size, in GiB.
922922
&quot;performanceTier&quot;: &quot;A String&quot;, # Immutable. Performance tier of the Volume. Default is SHARED.
923-
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name.
923+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Volume can only be connected to the instances allocated in the same pod.
924924
&quot;protocol&quot;: &quot;A String&quot;, # Output only. Storage protocol for the Volume.
925925
&quot;remainingSpaceGib&quot;: &quot;A String&quot;, # The space remaining in the storage volume for new LUNs, in GiB, excluding space reserved for snapshots.
926926
&quot;requestedSizeGib&quot;: &quot;A String&quot;, # The requested size of this storage volume, in GiB.

docs/dyn/baremetalsolution_v2.projects.locations.networks.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h3>Method Details</h3>
136136
},
137137
],
138138
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
139-
&quot;pod&quot;: &quot;A String&quot;, # Output only. Pod name.
139+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.
140140
&quot;reservations&quot;: [ # List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
141141
{ # A reservation of one or more addresses in a network.
142142
&quot;endAddress&quot;: &quot;A String&quot;, # The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
@@ -211,7 +211,7 @@ <h3>Method Details</h3>
211211
},
212212
],
213213
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
214-
&quot;pod&quot;: &quot;A String&quot;, # Output only. Pod name.
214+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.
215215
&quot;reservations&quot;: [ # List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
216216
{ # A reservation of one or more addresses in a network.
217217
&quot;endAddress&quot;: &quot;A String&quot;, # The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
@@ -290,7 +290,7 @@ <h3>Method Details</h3>
290290
},
291291
],
292292
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
293-
&quot;pod&quot;: &quot;A String&quot;, # Output only. Pod name.
293+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.
294294
&quot;reservations&quot;: [ # List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
295295
{ # A reservation of one or more addresses in a network.
296296
&quot;endAddress&quot;: &quot;A String&quot;, # The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
@@ -375,7 +375,7 @@ <h3>Method Details</h3>
375375
},
376376
],
377377
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
378-
&quot;pod&quot;: &quot;A String&quot;, # Output only. Pod name.
378+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.
379379
&quot;reservations&quot;: [ # List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
380380
{ # A reservation of one or more addresses in a network.
381381
&quot;endAddress&quot;: &quot;A String&quot;, # The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.
@@ -481,7 +481,7 @@ <h3>Method Details</h3>
481481
},
482482
],
483483
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name of this `Network`. Resource names are schemeless URIs that follow the conventions in https://cloud.google.com/apis/design/resource_names. Format: `projects/{project}/locations/{location}/networks/{network}`
484-
&quot;pod&quot;: &quot;A String&quot;, # Output only. Pod name.
484+
&quot;pod&quot;: &quot;A String&quot;, # Immutable. Pod name. Pod is an independent part of infrastructure. Network can only be connected to the assets (instances, nfsshares) allocated in the same pod.
485485
&quot;reservations&quot;: [ # List of IP address reservations in this network. When updating this field, an error will be generated if a reservation conflicts with an IP address already allocated to a physical server.
486486
{ # A reservation of one or more addresses in a network.
487487
&quot;endAddress&quot;: &quot;A String&quot;, # The last address of this reservation block, inclusive. I.e., for cases when reservations are only single addresses, end_address and start_address will be the same. Must be specified as a single IPv4 address, e.g. 10.1.2.2.

0 commit comments

Comments
 (0)