GoogleApi.Compute.V1.Model.InstanceWithNamedPorts (google_api_compute v0.40.1) 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
Specs
t() :: %GoogleApi.Compute.V1.Model.InstanceWithNamedPorts{ instance: String.t() | nil, namedPorts: [GoogleApi.Compute.V1.Model.NamedPort.t()] | nil, status: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.