GoogleApi.Datastream.V1.Model.Route (google_api_datastream v0.2.0) View Source
The route resource is the child of the private connection resource, used for defining a route for a private connection.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The create time of the resource. -
destinationAddress(type:String.t, default:nil) - Required. Destination address for connection -
destinationPort(type:integer(), default:nil) - Destination port for connection -
displayName(type:String.t, default:nil) - Required. Display name. -
labels(type:map(), default:nil) - Labels. -
name(type:String.t, default:nil) - Output only. The resource's name. -
updateTime(type:DateTime.t, default:nil) - Output only. The update time of the resource.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Datastream.V1.Model.Route{
createTime: DateTime.t() | nil,
destinationAddress: String.t() | nil,
destinationPort: integer() | nil,
displayName: String.t() | nil,
labels: map() | nil,
name: String.t() | nil,
updateTime: DateTime.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.