google_api_compute v0.3.0 GoogleApi.Compute.V1.Model.InstanceGroupManager View Source

An Instance Group Manager resource. (== resource_for beta.instanceGroupManagers ==) (== resource_for v1.instanceGroupManagers ==) (== resource_for beta.regionInstanceGroupManagers ==) (== resource_for v1.regionInstanceGroupManagers ==)

Attributes

  • baseInstanceName (String.t): The base instance name to use for instances in this group. The value must be 1-58 characters long. Instances are named by appending a hyphen and a random four-character string to the base instance name. The base instance name must comply with RFC1035. Defaults to: null.
  • creationTimestamp (String.t): [Output Only] The creation timestamp for this managed instance group in RFC3339 text format. Defaults to: null.
  • currentActions (InstanceGroupManagerActionsSummary): [Output Only] The list of instance actions and the number of instances in this managed instance group that are scheduled for each of those actions. Defaults to: null.
  • description (String.t): An optional description of this resource. Provide this property when you create the resource. Defaults to: null.
  • distributionPolicy (DistributionPolicy): Policy specifying intended distribution of instances in regional managed instance group. Defaults to: null.
  • fingerprint (binary()): Fingerprint of this resource. This field may be used in optimistic locking. It will be ignored when inserting an InstanceGroupManager. An up-to-date fingerprint must be provided in order to update the InstanceGroupManager, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve an InstanceGroupManager. Defaults to: null.
  • id (String.t): [Output Only] A unique identifier for this resource type. The server generates this identifier. Defaults to: null.
  • instanceGroup (String.t): [Output Only] The URL of the Instance Group resource. Defaults to: null.
  • instanceTemplate (String.t): The URL of the instance template that is specified for this managed instance group. The group uses this template to create all new instances in the managed instance group. Defaults to: null.
  • kind (String.t): [Output Only] The resource type, which is always compute#instanceGroupManager for managed instance groups. Defaults to: null.
  • name (String.t): The name of the managed instance group. The name must be 1-63 characters long, and comply with RFC1035. Defaults to: null.
  • namedPorts ([NamedPort]): Named ports configured for the Instance Groups complementary to this Instance Group Manager. Defaults to: null.
  • region (String.t): [Output Only] The URL of the region where the managed instance group resides (for regional resources). Defaults to: null.
  • selfLink (String.t): [Output Only] The URL for this managed instance group. The server defines this URL. Defaults to: null.
  • targetPools ([String.t]): The URLs for all TargetPool resources to which instances in the instanceGroup field are added. The target pools automatically apply to all of the instances in the managed instance group. Defaults to: null.
  • targetSize (integer()): The target number of running instances for this managed instance group. Deleting or abandoning instances reduces this number. Resizing the group changes this number. Defaults to: null.
  • zone (String.t): [Output Only] The URL of the zone where the managed instance group is located (for zonal resources). Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Compute.V1.Model.InstanceGroupManager{
  baseInstanceName: any(),
  creationTimestamp: any(),
  currentActions:
    GoogleApi.Compute.V1.Model.InstanceGroupManagerActionsSummary.t(),
  description: any(),
  distributionPolicy: GoogleApi.Compute.V1.Model.DistributionPolicy.t(),
  fingerprint: any(),
  id: any(),
  instanceGroup: any(),
  instanceTemplate: any(),
  kind: any(),
  name: any(),
  namedPorts: [GoogleApi.Compute.V1.Model.NamedPort.t()],
  region: any(),
  selfLink: any(),
  targetPools: [any()],
  targetSize: any(),
  zone: any()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.