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