Class: Google::Cloud::AlloyDB::V1alpha::Instance::InstanceNetworkConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/alloydb/v1alpha/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::V1alpha::Instance::InstanceNetworkConfig::AuthorizedNetwork>

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

Returns:



884
885
886
887
888
889
890
891
892
893
894
895
896
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 884

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.



884
885
886
887
888
889
890
891
892
893
894
895
896
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 884

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