GceCloudFeatures object

GCE Farm Role configuration. Available only for GCE Farm Roles.

Polymorphism

GceCloudFeatures is a type that implements the CloudFeatures type.

When an object of type CloudFeatures is expected, you can use one of type GceCloudFeatures (or use any other implementation).

Example JSON representation

{
  "networkTags": [
    "string"
  ],
  "serviceAccount": {
    "email": "string"
  },
  "type": "GceCloudFeatures"
}

Properties

property attributes valid values description filter option
type
string
required
create-only
"GceCloudFeatures"
networkTags
Array of string
optional

The list of Network tags. These tags are used by networks to identify which instances are subject to certain firewall rules and network routes. Tags name must conform RFC1035.

serviceAccount
GceServiceAccount object
optional

The Service Accounts for Instances.