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 PSC endpoints in the user projects.

Instance Attribute Summary collapse

Instance Attribute Details

#error_message::String (readonly)

Returns Output only. Error message if the PSC service automation failed.

Returns:

  • (::String)

    Output only. Error message if the PSC service automation failed.



47
48
49
50
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47

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

#forwarding_rule::String (readonly)

Returns Output only. Forwarding rule created by the PSC service automation.

Returns:

  • (::String)

    Output only. Forwarding rule created by the PSC service automation.



47
48
49
50
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47

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

#ip_address::String (readonly)

Returns Output only. IP address rule created by the PSC service automation.

Returns:

  • (::String)

    Output only. IP address rule created by the PSC service automation.



47
48
49
50
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47

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

#network::String

Returns Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}.

Returns:

  • (::String)

    Required. The full name of the Google Compute Engine network. Format: projects/{project}/global/networks/{network}.



47
48
49
50
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47

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.



47
48
49
50
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47

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

#state::Google::Cloud::AIPlatform::V1::PSCAutomationState (readonly)

Returns Output only. The state of the PSC service automation.

Returns:



47
48
49
50
# File 'proto_docs/google/cloud/aiplatform/v1/service_networking.rb', line 47

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