Skip to content

Commit 0ec6e07

Browse files
feat(compute): update the api
#### compute:alpha The following keys were deleted: - schemas.NetworkProfile.properties.location.$ref (Total Keys: 1) - schemas.NetworkProfileLocation (Total Keys: 4) #### compute:beta The following keys were deleted: - schemas.NetworkProfile.properties.location.$ref (Total Keys: 1) - schemas.NetworkProfileLocation (Total Keys: 4) - schemas.ResourceStatus.properties.physicalHostTopology.$ref (Total Keys: 1) - schemas.ResourceStatusPhysicalHostTopology (Total Keys: 6) #### compute:v1 The following keys were deleted: - schemas.NetworkRoutingConfig.properties.bgpAlwaysCompareMed.type (Total Keys: 1) - schemas.NetworkRoutingConfig.properties.bgpBestPathSelectionMode.type (Total Keys: 1) - schemas.NetworkRoutingConfig.properties.bgpInterRegionCost.type (Total Keys: 1) - schemas.Route.properties.nextHopInterRegionCost (Total Keys: 2) - schemas.Route.properties.nextHopMed (Total Keys: 2) - schemas.Route.properties.nextHopOrigin.type (Total Keys: 1)
1 parent 3fd0d73 commit 0ec6e07

28 files changed

+162
-371
lines changed

docs/dyn/compute_alpha.backendBuckets.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.backendServices.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.instanceTemplates.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ <h3>Method Details</h3>
347347
&quot;networkAttachment&quot;: &quot;A String&quot;, # The URL of the network attachment that this interface should connect to in the following format: projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.
348348
&quot;networkIP&quot;: &quot;A String&quot;, # An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.
349349
&quot;nicType&quot;: &quot;A String&quot;, # The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
350-
&quot;parentNicName&quot;: &quot;A String&quot;, # Name of the parent network interface of a dynamic network interface.
350+
&quot;parentNicName&quot;: &quot;A String&quot;, # Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must be set.
351351
&quot;queueCount&quot;: 42, # The networking queue count that&#x27;s specified by users for the network interface. Both Rx and Tx queues will be set to this number. It&#x27;ll be empty if not specified by the users.
352352
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations.
353353
&quot;subinterfaces&quot;: [ # SubInterfaces help enable L2 communication for the instance over subnetworks that support L2. Every network interface will get a default untagged (vlan not specified) subinterface. Users can specify additional tagged subinterfaces which are sub-fields to the Network Interface.
@@ -359,7 +359,7 @@ <h3>Method Details</h3>
359359
},
360360
],
361361
&quot;subnetwork&quot;: &quot;A String&quot;, # The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork
362-
&quot;vlan&quot;: 42, # VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
362+
&quot;vlan&quot;: 42, # VLAN tag of a VLAN based network interface, must be in range from 2 to 4094 inclusively. This field is mandatory if the parent network interface name is set.
363363
},
364364
],
365365
&quot;networkPerformanceConfig&quot;: { # Note that for MachineImage, this is not supported yet.
@@ -893,7 +893,7 @@ <h3>Method Details</h3>
893893
&quot;networkAttachment&quot;: &quot;A String&quot;, # The URL of the network attachment that this interface should connect to in the following format: projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.
894894
&quot;networkIP&quot;: &quot;A String&quot;, # An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.
895895
&quot;nicType&quot;: &quot;A String&quot;, # The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
896-
&quot;parentNicName&quot;: &quot;A String&quot;, # Name of the parent network interface of a dynamic network interface.
896+
&quot;parentNicName&quot;: &quot;A String&quot;, # Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must be set.
897897
&quot;queueCount&quot;: 42, # The networking queue count that&#x27;s specified by users for the network interface. Both Rx and Tx queues will be set to this number. It&#x27;ll be empty if not specified by the users.
898898
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations.
899899
&quot;subinterfaces&quot;: [ # SubInterfaces help enable L2 communication for the instance over subnetworks that support L2. Every network interface will get a default untagged (vlan not specified) subinterface. Users can specify additional tagged subinterfaces which are sub-fields to the Network Interface.
@@ -905,7 +905,7 @@ <h3>Method Details</h3>
905905
},
906906
],
907907
&quot;subnetwork&quot;: &quot;A String&quot;, # The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork
908-
&quot;vlan&quot;: 42, # VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
908+
&quot;vlan&quot;: 42, # VLAN tag of a VLAN based network interface, must be in range from 2 to 4094 inclusively. This field is mandatory if the parent network interface name is set.
909909
},
910910
],
911911
&quot;networkPerformanceConfig&quot;: { # Note that for MachineImage, this is not supported yet.
@@ -1306,7 +1306,7 @@ <h3>Method Details</h3>
13061306
&quot;networkAttachment&quot;: &quot;A String&quot;, # The URL of the network attachment that this interface should connect to in the following format: projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.
13071307
&quot;networkIP&quot;: &quot;A String&quot;, # An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.
13081308
&quot;nicType&quot;: &quot;A String&quot;, # The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
1309-
&quot;parentNicName&quot;: &quot;A String&quot;, # Name of the parent network interface of a dynamic network interface.
1309+
&quot;parentNicName&quot;: &quot;A String&quot;, # Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must be set.
13101310
&quot;queueCount&quot;: 42, # The networking queue count that&#x27;s specified by users for the network interface. Both Rx and Tx queues will be set to this number. It&#x27;ll be empty if not specified by the users.
13111311
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations.
13121312
&quot;subinterfaces&quot;: [ # SubInterfaces help enable L2 communication for the instance over subnetworks that support L2. Every network interface will get a default untagged (vlan not specified) subinterface. Users can specify additional tagged subinterfaces which are sub-fields to the Network Interface.
@@ -1318,7 +1318,7 @@ <h3>Method Details</h3>
13181318
},
13191319
],
13201320
&quot;subnetwork&quot;: &quot;A String&quot;, # The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork
1321-
&quot;vlan&quot;: 42, # VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
1321+
&quot;vlan&quot;: 42, # VLAN tag of a VLAN based network interface, must be in range from 2 to 4094 inclusively. This field is mandatory if the parent network interface name is set.
13221322
},
13231323
],
13241324
&quot;networkPerformanceConfig&quot;: { # Note that for MachineImage, this is not supported yet.
@@ -1805,7 +1805,7 @@ <h3>Method Details</h3>
18051805
&quot;networkAttachment&quot;: &quot;A String&quot;, # The URL of the network attachment that this interface should connect to in the following format: projects/{project_number}/regions/{region_name}/networkAttachments/{network_attachment_name}.
18061806
&quot;networkIP&quot;: &quot;A String&quot;, # An IPv4 internal IP address to assign to the instance for this network interface. If not specified by the user, an unused internal IP is assigned by the system.
18071807
&quot;nicType&quot;: &quot;A String&quot;, # The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
1808-
&quot;parentNicName&quot;: &quot;A String&quot;, # Name of the parent network interface of a dynamic network interface.
1808+
&quot;parentNicName&quot;: &quot;A String&quot;, # Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must be set.
18091809
&quot;queueCount&quot;: 42, # The networking queue count that&#x27;s specified by users for the network interface. Both Rx and Tx queues will be set to this number. It&#x27;ll be empty if not specified by the users.
18101810
&quot;stackType&quot;: &quot;A String&quot;, # The stack type for this network interface. To assign only IPv4 addresses, use IPV4_ONLY. To assign both IPv4 and IPv6 addresses, use IPV4_IPV6. If not specified, IPV4_ONLY is used. This field can be both set at instance creation and update network interface operations.
18111811
&quot;subinterfaces&quot;: [ # SubInterfaces help enable L2 communication for the instance over subnetworks that support L2. Every network interface will get a default untagged (vlan not specified) subinterface. Users can specify additional tagged subinterfaces which are sub-fields to the Network Interface.
@@ -1817,7 +1817,7 @@ <h3>Method Details</h3>
18171817
},
18181818
],
18191819
&quot;subnetwork&quot;: &quot;A String&quot;, # The URL of the Subnetwork resource for this instance. If the network resource is in legacy mode, do not specify this field. If the network is in auto subnet mode, specifying the subnetwork is optional. If the network is in custom subnet mode, specifying the subnetwork is required. If you specify this field, you can specify the subnetwork as a full or partial URL. For example, the following are all valid URLs: - https://www.googleapis.com/compute/v1/projects/project/regions/region /subnetworks/subnetwork - regions/region/subnetworks/subnetwork
1820-
&quot;vlan&quot;: 42, # VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
1820+
&quot;vlan&quot;: 42, # VLAN tag of a VLAN based network interface, must be in range from 2 to 4094 inclusively. This field is mandatory if the parent network interface name is set.
18211821
},
18221822
],
18231823
&quot;networkPerformanceConfig&quot;: { # Note that for MachineImage, this is not supported yet.

0 commit comments

Comments
 (0)