google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.RegionInstanceGroupsListInstancesRequest View Source

Attributes

  • instanceState (type: String.t, default: nil) - Instances in which state should be returned. Valid options are: 'ALL', 'RUNNING'. By default, it lists all instances.
  • portName (type: String.t, default: nil) - Name of port user is interested in. It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.

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.RegionInstanceGroupsListInstancesRequest{
  instanceState: String.t(),
  portName: String.t()
}

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.