You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/compute_alpha.instanceTemplates.html
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -347,7 +347,7 @@ <h3>Method Details</h3>
347
347
"networkAttachment": "A String", # 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}.
348
348
"networkIP": "A String", # 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.
349
349
"nicType": "A String", # The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
350
-
"parentNicName": "A String", # Name of the parent network interface of a dynamic network interface.
350
+
"parentNicName": "A String", # Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must be set.
351
351
"queueCount": 42, # The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.
352
352
"stackType": "A String", # 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.
353
353
"subinterfaces": [ # 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>
359
359
},
360
360
],
361
361
"subnetwork": "A String", # 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
-
"vlan": 42, # VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
362
+
"vlan": 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.
363
363
},
364
364
],
365
365
"networkPerformanceConfig": { # Note that for MachineImage, this is not supported yet.
@@ -893,7 +893,7 @@ <h3>Method Details</h3>
893
893
"networkAttachment": "A String", # 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}.
894
894
"networkIP": "A String", # 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.
895
895
"nicType": "A String", # The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
896
-
"parentNicName": "A String", # Name of the parent network interface of a dynamic network interface.
896
+
"parentNicName": "A String", # Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must be set.
897
897
"queueCount": 42, # The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.
898
898
"stackType": "A String", # 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.
899
899
"subinterfaces": [ # 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>
905
905
},
906
906
],
907
907
"subnetwork": "A String", # 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
-
"vlan": 42, # VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
908
+
"vlan": 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.
909
909
},
910
910
],
911
911
"networkPerformanceConfig": { # Note that for MachineImage, this is not supported yet.
@@ -1306,7 +1306,7 @@ <h3>Method Details</h3>
1306
1306
"networkAttachment": "A String", # 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}.
1307
1307
"networkIP": "A String", # 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.
1308
1308
"nicType": "A String", # The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
1309
-
"parentNicName": "A String", # Name of the parent network interface of a dynamic network interface.
1309
+
"parentNicName": "A String", # Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must be set.
1310
1310
"queueCount": 42, # The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.
1311
1311
"stackType": "A String", # 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.
1312
1312
"subinterfaces": [ # 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>
1318
1318
},
1319
1319
],
1320
1320
"subnetwork": "A String", # 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
-
"vlan": 42, # VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
1321
+
"vlan": 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.
1322
1322
},
1323
1323
],
1324
1324
"networkPerformanceConfig": { # Note that for MachineImage, this is not supported yet.
@@ -1805,7 +1805,7 @@ <h3>Method Details</h3>
1805
1805
"networkAttachment": "A String", # 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}.
1806
1806
"networkIP": "A String", # 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.
1807
1807
"nicType": "A String", # The type of vNIC to be used on this interface. This may be gVNIC or VirtioNet.
1808
-
"parentNicName": "A String", # Name of the parent network interface of a dynamic network interface.
1808
+
"parentNicName": "A String", # Name of the parent network interface of a VLAN based nic. If this field is specified, vlan must be set.
1809
1809
"queueCount": 42, # The networking queue count that's specified by users for the network interface. Both Rx and Tx queues will be set to this number. It'll be empty if not specified by the users.
1810
1810
"stackType": "A String", # 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.
1811
1811
"subinterfaces": [ # 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>
1817
1817
},
1818
1818
],
1819
1819
"subnetwork": "A String", # 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
-
"vlan": 42, # VLAN tag of a dynamic network interface, must be in range from 2 to 4094 inclusively.
1820
+
"vlan": 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.
1821
1821
},
1822
1822
],
1823
1823
"networkPerformanceConfig": { # Note that for MachineImage, this is not supported yet.
0 commit comments