Class: Google::Cloud::Datastream::V1alpha1::VpcPeeringConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb

Overview

The VPC Peering configuration is used to create VPC peering between Datastream and the consumer's VPC.

Instance Attribute Summary collapse

Instance Attribute Details

#subnet::String

Returns Required. A free subnet for peering. (CIDR of /29).

Returns:

  • (::String)

    Required. A free subnet for peering. (CIDR of /29)



132
133
134
135
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 132

class VpcPeeringConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vpc_name::String

Returns Required. fully qualified name of the VPC Datastream will peer to.

Returns:

  • (::String)

    Required. fully qualified name of the VPC Datastream will peer to.



132
133
134
135
# File 'proto_docs/google/cloud/datastream/v1alpha1/datastream_resources.rb', line 132

class VpcPeeringConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end