Class ZoneSetPolicyRequest
Implements
Inherited Members
Namespace: Google.Apis.Compute.beta.Data
Assembly: Google.Apis.Compute.beta.dll
Syntax
public class ZoneSetPolicyRequest : IDirectResponseSchema
Properties
Bindings
Flatten Policy to create a backwacd 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 |