このページは日本語には対応しておりません。随時翻訳に取り組んでいます。
翻訳に関してご質問やご意見ございましたら、お気軽にご連絡ください

gcp_compute_instance_group

ancestors

Type: UNORDERED_LIST_STRING

creation_timestamp

Type: TIMESTAMP
Provider name: creationTimestamp
Description: [Output Only] The creation timestamp for this instance group in RFC3339 text format.

description

Type: STRING
Provider name: description
Description: An optional description of this resource. Provide this property when you create the resource.

id

Type: STRING
Provider name: id
Description: [Output Only] A unique identifier for this instance group, generated by the server.

kind

Type: STRING
Provider name: kind
Description: [Output Only] The resource type, which is always compute#instanceGroup for instance groups.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: The name of the instance group. The name must be 1-63 characters long, and comply with RFC1035.

named_ports

Type: UNORDERED_LIST_STRUCT
Provider name: namedPorts
Description: 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.

  • name
    Type: STRING
    Provider name: name
    Description: The name for this named port. The name must be 1-63 characters long, and comply with RFC1035.
  • port
    Type: INT32
    Provider name: port
    Description: The port number, which can be a value between 1 and 65535.

network

Type: STRING
Provider name: network
Description: [Output Only] The URL of the network to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

region

Type: STRING
Provider name: region
Description: [Output Only] The URL of the region where the instance group is located (for regional resources).

resource_name

Type: STRING

Type: STRING
Provider name: selfLink
Description: [Output Only] The URL for this instance group. The server generates this URL.

size

Type: INT32
Provider name: size
Description: [Output Only] The total number of instances in the instance group.

subnetwork

Type: STRING
Provider name: subnetwork
Description: [Output Only] The URL of the subnetwork to which all instances in the instance group belong. If your instance has multiple network interfaces, then the network and subnetwork fields only refer to the network and subnet used by your primary interface (nic0).

tags

Type: UNORDERED_LIST_STRING

zone

Type: STRING
Provider name: zone
Description: [Output Only] The URL of the zone where the instance group is located (for zonal resources).