Network Services v1 API - Class UpdateServiceLbPolicyRequest (1.1.0)

public sealed class UpdateServiceLbPolicyRequest : IMessage<UpdateServiceLbPolicyRequest>, IEquatable<UpdateServiceLbPolicyRequest>, IDeepCloneable<UpdateServiceLbPolicyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Services v1 API class UpdateServiceLbPolicyRequest.

Request used by the UpdateServiceLbPolicy method.

Inheritance

object > UpdateServiceLbPolicyRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

Google.Cloud.NetworkServices.V1.dll

Constructors

UpdateServiceLbPolicyRequest()

public UpdateServiceLbPolicyRequest()

UpdateServiceLbPolicyRequest(UpdateServiceLbPolicyRequest)

public UpdateServiceLbPolicyRequest(UpdateServiceLbPolicyRequest other)
Parameter
Name Description
other UpdateServiceLbPolicyRequest

Properties

ServiceLbPolicy

public ServiceLbPolicy ServiceLbPolicy { get; set; }

Required. Updated ServiceLbPolicy resource.

Property Value
Type Description
ServiceLbPolicy

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Field mask is used to specify the fields to be overwritten in the ServiceLbPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.

Property Value
Type Description
FieldMask