Show / Hide Table of Contents

Class GlobalSetPolicyRequest

Inheritance
object
GlobalSetPolicyRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class GlobalSetPolicyRequest : IDirectResponseSchema

Properties

Bindings

Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify bindings.

Declaration
[JsonProperty("bindings")]
public virtual IList<Binding> Bindings { get; set; }
Property Value
Type Description
IList<Binding>

ETag

Flatten Policy to create a backward compatible wire-format. Deprecated. Use 'policy' to specify the etag.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Policy

REQUIRED: The complete policy to be applied to the 'resource'. The size of the policy is limited to a few 10s of KB. An empty policy is in general a valid policy but certain services (like Projects) might reject them.

Declaration
[JsonProperty("policy")]
public virtual Policy Policy { get; set; }
Property Value
Type Description
Policy

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX