Class: Google::Cloud::AlloyDB::V1::Instance::InstanceNetworkConfig

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

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

Returns:



904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 904

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_outbound_public_ip::Boolean

Returns Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.

Returns:

  • (::Boolean)

    Optional. Enabling an outbound public IP address to support a database server sending requests out into the internet.



904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 904

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.



904
905
906
907
908
909
910
911
912
913
914
915
916
# File 'proto_docs/google/cloud/alloydb/v1/resources.rb', line 904

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