Class DiskType (0.2.1)

DiskType(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents a Disk Type resource.

Google Compute Engine has two Disk Type resources:

  • Regional </compute/docs/reference/rest/{$api_version}/regionDiskTypes> * Zonal </compute/docs/reference/rest/{$api_version}/diskTypes>

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 {$api_version}.diskTypes ==) (== resource_for {$api_version}.regionDiskTypes ==)

Attributes

NameDescription
creation_timestamp str
[Output Only] Creation timestamp in RFC3339 text format.
default_disk_size_gb str
[Output Only] Server-defined default disk size in GB.
deprecated google.cloud.compute_v1.types.DeprecationStatus
[Output Only] The deprecation status associated with this disk type.
description str
[Output Only] An optional description of this resource.
id str
[Output Only] The unique identifier for the resource. This identifier is defined by the server.
kind str
[Output Only] Type of the resource. Always compute#diskType for disk types.
name str
[Output Only] Name of the resource.
region str
[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.
self_link str
[Output Only] Server-defined URL for the resource.
valid_disk_size str
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB".
zone str
[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.