Class: Google::Cloud::AIPlatform::V1::PSCAutomationConfig

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

Overview

PSC config that is used to automatically create forwarding rule via ServiceConnectionMap.

Instance Attribute Summary collapse

Instance Attribute Details

#network::String

Returns Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}. Where {project} is a project number, as in '12345', and {network} is network name.

Returns:

  • (::String)

    Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}. Where {project} is a project number, as in '12345', and {network} is network name.



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

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

#project_id::String

Returns Required. Project id used to create forwarding rule.

Returns:

  • (::String)

    Required. Project id used to create forwarding rule.



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

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