Idem.GCP.COMPUTE.INSTANCE_GROUP

Idem.GCP.COMPUTE.INSTANCE_GROUP
Idem.GCP.COMPUTE.INSTANCE_GROUP
JSON Example
{
    "account": "string",
    "count": 0,
    "description": "string",
    "fingerprint": "string",
    "name": "string",
    "named_ports": [
        {
            "name": "string",
            "port": 0
        }
    ],
    "network": "string",
    "project": "string",
    "request_id": "string",
    "resource_id": "string",
    "subnetwork": "string",
    "zone": "string"
}
string
account
Required

The name of the vRA cloud account to use during provisioning

integer
count
Optional

The number of resource instances to be created.

string
description
Optional

An optional description of this resource. Provide this property when you create the resource. Defaults to None.

string
fingerprint
Optional

The fingerprint of the named ports. The system uses this fingerprint to detect conflicts when multiple users change the named ports concurrently. Defaults to None.

string
name
Required

An Idem name of the resource.

array of object
named_ports
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. . Defaults to None.

string
network
Optional

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). Defaults to None.

string
project
Optional

Project ID for this request.

string
request_id
Optional

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000). Defaults to None.

string
resource_id
Optional

An identifier of the resource in the provider. Defaults to None.

string
subnetwork
Optional

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). Defaults to None.

string
zone
Optional

The name of the zone where the instance group is located.