Class: Google::Cloud::GkeMultiCloud::V1::AzureDiskTemplate Deprecated

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb

Overview

Deprecated.

This message is deprecated and may be removed in the next major version update.

Configuration for Azure Disks.

Instance Attribute Summary collapse

Instance Attribute Details

#size_gib::Integer

Returns Optional. The size of the disk, in GiBs.

When unspecified, a default value is provided. See the specific reference in the parent resource.

Returns:

  • (::Integer)

    Optional. The size of the disk, in GiBs.

    When unspecified, a default value is provided. See the specific reference in the parent resource.



405
406
407
408
# File 'proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb', line 405

class AzureDiskTemplate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end