Class: Google::Cloud::AIPlatform::V1::NetworkSpec

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/network_spec.rb

Overview

Network spec.

Instance Attribute Summary collapse

Instance Attribute Details

#enable_internet_access::Boolean

Returns Whether to enable public internet access. Default false.

Returns:

  • (::Boolean)

    Whether to enable public internet access. Default false.



37
38
39
40
# File 'proto_docs/google/cloud/aiplatform/v1/network_spec.rb', line 37

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

#network::String

Returns The full name of the Google Compute Engine network.

Returns:

  • (::String)

    The full name of the Google Compute Engine network



37
38
39
40
# File 'proto_docs/google/cloud/aiplatform/v1/network_spec.rb', line 37

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

#subnetwork::String

Returns The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}.

Returns:

  • (::String)

    The name of the subnet that this instance is in. Format: projects/{project_id_or_number}/regions/{region}/subnetworks/{subnetwork_id}



37
38
39
40
# File 'proto_docs/google/cloud/aiplatform/v1/network_spec.rb', line 37

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