Class: Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1beta/resources.rb

Overview

Metadata related to instance level network configuration.

Defined Under Namespace

Classes: AuthorizedNetwork

Instance Attribute Summary collapse

Instance Attribute Details

#authorized_external_networks::Array<::Google::Cloud::AlloyDB::V1beta::Instance::InstanceNetworkConfig::AuthorizedNetwork>

Returns Optional. A list of external network authorized to access this instance.

Returns:



864
865
866
867
868
869
870
871
872
873
874
875
876
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 864

class InstanceNetworkConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # AuthorizedNetwork contains metadata for an authorized network.
  # @!attribute [rw] cidr_range
  #   @return [::String]
  #     CIDR range for one authorzied network of the instance.
  class AuthorizedNetwork
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#enable_public_ip::Boolean

Returns Optional. Enabling public ip for the instance.

Returns:

  • (::Boolean)

    Optional. Enabling public ip for the instance.



864
865
866
867
868
869
870
871
872
873
874
875
876
# File 'proto_docs/google/cloud/alloydb/v1beta/resources.rb', line 864

class InstanceNetworkConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # AuthorizedNetwork contains metadata for an authorized network.
  # @!attribute [rw] cidr_range
  #   @return [::String]
  #     CIDR range for one authorzied network of the instance.
  class AuthorizedNetwork
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end