Class DiskType (1.3.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/v1/regionDiskTypes> * Zonal </compute/docs/reference/rest/v1/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.

Attributes

NameDescription
creation_timestamp str
[Output Only] Creation timestamp in RFC3339 text format. This field is a member of `oneof`_ ``_creation_timestamp``.
default_disk_size_gb int
[Output Only] Server-defined default disk size in GB. This field is a member of `oneof`_ ``_default_disk_size_gb``.
deprecated google.cloud.compute_v1.types.DeprecationStatus
[Output Only] The deprecation status associated with this disk type. This field is a member of `oneof`_ ``_deprecated``.
description str
[Output Only] An optional description of this resource. This field is a member of `oneof`_ ``_description``.
id int
[Output Only] The unique identifier for the resource. This identifier is defined by the server. This field is a member of `oneof`_ ``_id``.
kind str
[Output Only] Type of the resource. Always compute#diskType for disk types. This field is a member of `oneof`_ ``_kind``.
name str
[Output Only] Name of the resource. This field is a member of `oneof`_ ``_name``.
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. This field is a member of `oneof`_ ``_region``.
self_link str
[Output Only] Server-defined URL for the resource. This field is a member of `oneof`_ ``_self_link``.
valid_disk_size str
[Output Only] An optional textual description of the valid disk size, such as "10GB-10TB". This field is a member of `oneof`_ ``_valid_disk_size``.
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. This field is a member of `oneof`_ ``_zone``.

Inheritance

builtins.object > proto.message.Message > DiskType