View Source GoogleApi.Datastream.V1.Model.PrivateConnection (google_api_datastream v0.3.0)
The PrivateConnection resource is used to establish private connectivity between Datastream and a customer's network.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. The create time of the resource. -
displayName(type:String.t, default:nil) - Required. Display name. -
error(type:GoogleApi.Datastream.V1.Model.Error.t, default:nil) - Output only. In case of error, the details of the error in a user-friendly format. -
labels(type:map(), default:nil) - Labels. -
name(type:String.t, default:nil) - Output only. The resource's name. -
state(type:String.t, default:nil) - Output only. The state of the Private Connection. -
updateTime(type:DateTime.t, default:nil) - Output only. The update time of the resource. -
vpcPeeringConfig(type:GoogleApi.Datastream.V1.Model.VpcPeeringConfig.t, default:nil) - VPC Peering Config.
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.PrivateConnection{
createTime: DateTime.t() | nil,
displayName: String.t() | nil,
error: GoogleApi.Datastream.V1.Model.Error.t() | nil,
labels: map() | nil,
name: String.t() | nil,
state: String.t() | nil,
updateTime: DateTime.t() | nil,
vpcPeeringConfig: GoogleApi.Datastream.V1.Model.VpcPeeringConfig.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.