Class: Google::Cloud::NetworkServices::V1::CreateServiceLbPolicyRequest

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

Overview

Request used by the ServiceLbPolicy method.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

Returns Required. The parent resource of the ServiceLbPolicy. Must be in the format projects/{project}/locations/{location}.

Returns:

  • (::String)

    Required. The parent resource of the ServiceLbPolicy. Must be in the format projects/{project}/locations/{location}.



225
226
227
228
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 225

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

#service_lb_policy::Google::Cloud::NetworkServices::V1::ServiceLbPolicy

Returns Required. ServiceLbPolicy resource to be created.

Returns:



225
226
227
228
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 225

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

#service_lb_policy_id::String

Returns Required. Short name of the ServiceLbPolicy resource to be created. E.g. for resource name projects/{project}/locations/{location}/serviceLbPolicies/{service_lb_policy_name}. the id is value of {service_lb_policy_name}.

Returns:

  • (::String)

    Required. Short name of the ServiceLbPolicy resource to be created. E.g. for resource name projects/{project}/locations/{location}/serviceLbPolicies/{service_lb_policy_name}. the id is value of {service_lb_policy_name}



225
226
227
228
# File 'proto_docs/google/cloud/networkservices/v1/service_lb_policy.rb', line 225

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