Show / Hide Table of Contents

Class DiskSettingsResourcePolicyDetails

This is the object for storing the detail information about the Resource Policy that will be set as default ones for the Disks that is using the DiskSettings. It contains: - one target Resource Policy referenced by its Fully-Qualified URL, - [output only] Disk Types that will be excluded from using this Resource Policy, - Other filtering support (e.g. Label filtering) for Default Resource Policy can be added here as well

Inheritance
object
DiskSettingsResourcePolicyDetails
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.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class DiskSettingsResourcePolicyDetails : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExcludedDiskTypes

[Output Only] A list of Disk Types that will be excluded from applying the Resource Policy referenced here. If absent, Disks created in any DiskType can use the referenced default Resource Policy.

Declaration
[JsonProperty("excludedDiskTypes")]
public virtual IList<string> ExcludedDiskTypes { get; set; }
Property Value
Type Description
IList<string>

ResourcePolicy

The target Resource Policies identified by their Fully-Qualified URL.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX