google_api_compute v0.11.0 GoogleApi.Compute.V1.Model.InstanceWithNamedPorts View Source
Attributes
instance
(type:String.t
, default:nil
) - [Output Only] The URL of the instance.namedPorts
(type:list(GoogleApi.Compute.V1.Model.NamedPort.t)
, default:nil
) - [Output Only] The named ports that belong to this instance group.status
(type:String.t
, default:nil
) - [Output Only] The status of the instance.
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.InstanceWithNamedPorts{ instance: String.t(), namedPorts: [GoogleApi.Compute.V1.Model.NamedPort.t()], status: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.