Class: Azure::Compute::Mgmt::V2018_04_01::Models::Disk
- Includes:
- MsRestAzure
- Defined in:
- lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb
Overview
Disk resource.
Instance Attribute Summary collapse
-
#creation_data ⇒ CreationData
information cannot be changed after the disk has been created.
-
#disk_size_gb ⇒ Integer
mandatory and it indicates the size of the VHD to create.
-
#encryption_settings ⇒ EncryptionSettings
Encryption settings for disk or snapshot.
-
#managed_by ⇒ String
the disk attached.
-
#os_type ⇒ OperatingSystemTypes
values include: 'Windows', 'Linux'.
-
#provisioning_state ⇒ String
The disk provisioning state.
- #sku ⇒ DiskSku
-
#time_created ⇒ DateTime
The time when the disk was created.
-
#zones ⇒ Array<String>
The Logical zone list for Disk.
Attributes inherited from Resource
#id, #location, #name, #tags, #type
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for Disk class as Ruby Hash.
Methods inherited from Resource
Instance Attribute Details
#creation_data ⇒ CreationData
information cannot be changed after the disk has been created.
34 35 36 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb', line 34 def creation_data @creation_data end |
#disk_size_gb ⇒ Integer
mandatory and it indicates the size of the VHD to create. If this field is present for updates or creation with other options, it indicates a resize. Resizes are only allowed if the disk is not attached to a running VM, and can only increase the disk's size.
41 42 43 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb', line 41 def disk_size_gb @disk_size_gb end |
#encryption_settings ⇒ EncryptionSettings
Returns Encryption settings for disk or snapshot.
44 45 46 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb', line 44 def encryption_settings @encryption_settings end |
#managed_by ⇒ String
the disk attached.
17 18 19 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb', line 17 def managed_by @managed_by end |
#os_type ⇒ OperatingSystemTypes
values include: 'Windows', 'Linux'
30 31 32 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb', line 30 def os_type @os_type end |
#provisioning_state ⇒ String
Returns The disk provisioning state.
47 48 49 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb', line 47 def provisioning_state @provisioning_state end |
#sku ⇒ DiskSku
20 21 22 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb', line 20 def sku @sku end |
#time_created ⇒ DateTime
Returns The time when the disk was created.
26 27 28 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb', line 26 def time_created @time_created end |
#zones ⇒ Array<String>
Returns The Logical zone list for Disk.
23 24 25 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb', line 23 def zones @zones end |
Class Method Details
.mapper ⇒ Object
Mapper for Disk class as Ruby Hash. This will be used for serialization/deserialization.
54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 |
# File 'lib/2018-04-01/generated/azure_mgmt_compute/models/disk.rb', line 54 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'Disk', type: { name: 'Composite', class_name: 'Disk', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, location: { client_side_validation: true, required: true, serialized_name: 'location', type: { name: 'String' } }, tags: { client_side_validation: true, required: false, serialized_name: 'tags', type: { name: 'Dictionary', value: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, managed_by: { client_side_validation: true, required: false, read_only: true, serialized_name: 'managedBy', type: { name: 'String' } }, sku: { client_side_validation: true, required: false, serialized_name: 'sku', type: { name: 'Composite', class_name: 'DiskSku' } }, zones: { client_side_validation: true, required: false, serialized_name: 'zones', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } }, time_created: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.timeCreated', type: { name: 'DateTime' } }, os_type: { client_side_validation: true, required: false, serialized_name: 'properties.osType', type: { name: 'Enum', module: 'OperatingSystemTypes' } }, creation_data: { client_side_validation: true, required: true, serialized_name: 'properties.creationData', type: { name: 'Composite', class_name: 'CreationData' } }, disk_size_gb: { client_side_validation: true, required: false, serialized_name: 'properties.diskSizeGB', type: { name: 'Number' } }, encryption_settings: { client_side_validation: true, required: false, serialized_name: 'properties.encryptionSettings', type: { name: 'Composite', class_name: 'EncryptionSettings' } }, provisioning_state: { client_side_validation: true, required: false, read_only: true, serialized_name: 'properties.provisioningState', type: { name: 'String' } } } } } end |