Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::PrivateConnection.
The PrivateConnection resource is used to establish private connectivity between Datastream and a customer's network.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The create time of the resource.
#display_name
def display_name() -> ::String
Returns
- (::String) — Required. Display name.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Required. Display name.
Returns
- (::String) — Required. Display name.
#error
def error() -> ::Google::Cloud::Datastream::V1::Error
Returns
- (::Google::Cloud::Datastream::V1::Error) — Output only. In case of error, the details of the error in a user-friendly format.
#labels
def labels() -> ::Google::Protobuf::Map{::String => ::String}
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels.
#labels=
def labels=(value) -> ::Google::Protobuf::Map{::String => ::String}
Parameter
- value (::Google::Protobuf::Map{::String => ::String}) — Labels.
Returns
- (::Google::Protobuf::Map{::String => ::String}) — Labels.
#name
def name() -> ::String
Returns
- (::String) — Output only. The resource's name.
#state
def state() -> ::Google::Cloud::Datastream::V1::PrivateConnection::State
Returns
- (::Google::Cloud::Datastream::V1::PrivateConnection::State) — Output only. The state of the Private Connection.
#update_time
def update_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. The update time of the resource.
#vpc_peering_config
def vpc_peering_config() -> ::Google::Cloud::Datastream::V1::VpcPeeringConfig
Returns
- (::Google::Cloud::Datastream::V1::VpcPeeringConfig) — VPC Peering Config.
#vpc_peering_config=
def vpc_peering_config=(value) -> ::Google::Cloud::Datastream::V1::VpcPeeringConfig
Parameter
- value (::Google::Cloud::Datastream::V1::VpcPeeringConfig) — VPC Peering Config.
Returns
- (::Google::Cloud::Datastream::V1::VpcPeeringConfig) — VPC Peering Config.