Class CreateServiceLbPolicyRequest (0.9.0)

CreateServiceLbPolicyRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request used by the ServiceLbPolicy method.

Attributes

Name Description
parent str
Required. The parent resource of the ServiceLbPolicy. Must be in the format projects/{project}/locations/{location}.
service_lb_policy_id str
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}
service_lb_policy google.cloud.network_services_v1.types.ServiceLbPolicy
Required. ServiceLbPolicy resource to be created.