google_api_compute v0.9.0 GoogleApi.Compute.V1.Model.DiskType View Source
Represents a Disk Type resource. You can choose from a variety of disk types based on your needs. For more information, read Storage options. The diskTypes resource represents disk types for a zonal persistent disk. For more information, read Zonal persistent disks. The regionDiskTypes resource represents disk types for a regional persistent disk. For more information, read Regional persistent disks. (== resource_for beta.diskTypes ==) (== resource_for v1.diskTypes ==) (== resource_for v1.regionDiskTypes ==) (== resource_for beta.regionDiskTypes ==)
Attributes
- creationTimestamp (String.t): [Output Only] Creation timestamp in RFC3339 text format. Defaults to:
null. - defaultDiskSizeGb (String.t): [Output Only] Server-defined default disk size in GB. Defaults to:
null. - deprecated (DeprecationStatus): [Output Only] The deprecation status associated with this disk type. Defaults to:
null. - description (String.t): [Output Only] An optional description of this resource. Defaults to:
null. - id (String.t): [Output Only] The unique identifier for the resource. This identifier is defined by the server. Defaults to:
null. - kind (String.t): [Output Only] Type of the resource. Always compute#diskType for disk types. Defaults to:
null. - name (String.t): [Output Only] Name of the resource. Defaults to:
null. - region (String.t): [Output Only] URL of the region where the disk type resides. Only applicable for regional resources. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. Defaults to:
null. - selfLink (String.t): [Output Only] Server-defined URL for the resource. Defaults to:
null. - validDiskSize (String.t): [Output Only] An optional textual description of the valid disk size, such as "10GB-10TB". Defaults to:
null. - zone (String.t): [Output Only] URL of the zone where the disk type resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body. Defaults to:
null.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.