google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.RegionInstanceGroupsSetNamedPortsRequest View Source
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.namedPorts
(type:list(GoogleApi.Compute.V1.Model.NamedPort.t)
, default:nil
) - The list of named ports to set for this instance group.
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 Sourcet() :: %GoogleApi.Compute.V1.Model.RegionInstanceGroupsSetNamedPortsRequest{ fingerprint: String.t(), namedPorts: [GoogleApi.Compute.V1.Model.NamedPort.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.