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

#allocated_ip_range_override::String

Returns Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: "google-managed-services-default". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.

Returns:

  • (::String)

    Optional. Name of the allocated IP range for the private IP AlloyDB instance, for example: "google-managed-services-default". If set, the instance IPs will be created from this allocated range and will override the IP range used by the parent cluster. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression a-z?.



1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1164

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

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

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

Returns:



1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1164

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.



1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1164

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.



1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1164

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

#network::String (readonly)

Returns Output only. The resource link for the VPC network in which instance resources are created and from which they are accessible via Private IP. This will be the same value as the parent cluster's network. It is specified in the form: // projects/{project_number}/global/networks/{network_id}.

Returns:

  • (::String)

    Output only. The resource link for the VPC network in which instance resources are created and from which they are accessible via Private IP. This will be the same value as the parent cluster's network. It is specified in the form: // projects/{project_number}/global/networks/{network_id}.



1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
# File 'proto_docs/google/cloud/alloydb/v1alpha/resources.rb', line 1164

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