View Source GoogleApi.Compute.V1.Model.InstanceGroupsSetNamedPortsRequest (google_api_compute v0.56.2)

Attributes

  • fingerprint (type: String.t, default: nil) - The fingerprint of the named ports information for this instance group. Use this optional property to prevent conflicts when multiple users change the named ports settings concurrently. Obtain the fingerprint with the instanceGroups.get method. Then, include the fingerprint in your request to ensure that you do not overwrite changes that were applied from another concurrent request. A request with an incorrect fingerprint will fail with error 412 conditionNotMet.
  • namedPorts (type: list(GoogleApi.Compute.V1.Model.NamedPort.t), default: nil) - The list of named ports to set for this instance group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Compute.V1.Model.InstanceGroupsSetNamedPortsRequest{
  fingerprint: String.t() | nil,
  namedPorts: [GoogleApi.Compute.V1.Model.NamedPort.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.