Class: Google::Cloud::NetworkServices::V1::CreateEndpointPolicyRequest

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

Overview

Request used with the CreateEndpointPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_policy::Google::Cloud::NetworkServices::V1::EndpointPolicy

Returns Required. EndpointPolicy resource to be created.

Returns:



161
162
163
164
# File 'proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb', line 161

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

#endpoint_policy_id::String

Returns Required. Short name of the EndpointPolicy resource to be created. E.g. "CustomECS".

Returns:

  • (::String)

    Required. Short name of the EndpointPolicy resource to be created. E.g. "CustomECS".



161
162
163
164
# File 'proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb', line 161

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

#parent::String

Returns Required. The parent resource of the EndpointPolicy. Must be in the format projects/*/locations/global.

Returns:

  • (::String)

    Required. The parent resource of the EndpointPolicy. Must be in the format projects/*/locations/global.



161
162
163
164
# File 'proto_docs/google/cloud/networkservices/v1/endpoint_policy.rb', line 161

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