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.instanceGroups.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -287,7 +287,7 @@ <h3>Method Details</h3>
287
287
"id": "A String", # [Output Only] A unique identifier for this instance group, generated by the server.
288
288
"kind": "compute#instanceGroup", # [Output Only] The resource type, which is always compute#instanceGroup for instance groups.
289
289
"name": "A String", # The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
290
-
"namedPorts": [ # Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
290
+
"namedPorts": [ # Optional. Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
291
291
{ # The named port. For example: <"http", 80>.
292
292
"name": "A String", # The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
293
293
"port": 42, # The port number, which can be a value between 1 and 65535.
@@ -501,7 +501,7 @@ <h3>Method Details</h3>
501
501
"id": "A String", # [Output Only] A unique identifier for this instance group, generated by the server.
502
502
"kind": "compute#instanceGroup", # [Output Only] The resource type, which is always compute#instanceGroup for instance groups.
503
503
"name": "A String", # The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
504
-
"namedPorts": [ # Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
504
+
"namedPorts": [ # Optional. Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
505
505
{ # The named port. For example: <"http", 80>.
506
506
"name": "A String", # The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
507
507
"port": 42, # The port number, which can be a value between 1 and 65535.
@@ -534,7 +534,7 @@ <h3>Method Details</h3>
534
534
"id": "A String", # [Output Only] A unique identifier for this instance group, generated by the server.
535
535
"kind": "compute#instanceGroup", # [Output Only] The resource type, which is always compute#instanceGroup for instance groups.
536
536
"name": "A String", # The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
537
-
"namedPorts": [ # Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
537
+
"namedPorts": [ # Optional. Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
538
538
{ # The named port. For example: <"http", 80>.
539
539
"name": "A String", # The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
540
540
"port": 42, # The port number, which can be a value between 1 and 65535.
@@ -697,7 +697,7 @@ <h3>Method Details</h3>
697
697
"id": "A String", # [Output Only] A unique identifier for this instance group, generated by the server.
698
698
"kind": "compute#instanceGroup", # [Output Only] The resource type, which is always compute#instanceGroup for instance groups.
699
699
"name": "A String", # The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.
700
-
"namedPorts": [ # Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
700
+
"namedPorts": [ # Optional. Assigns a name to a port number. For example: {name: "http", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: "app1", port: 8080}, {name: "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to all instances in this instance group.
701
701
{ # The named port. For example: <"http", 80>.
702
702
"name": "A String", # The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
703
703
"port": 42, # The port number, which can be a value between 1 and 65535.
0 commit comments