pub struct GetManagedDiskResult {Show 19 fields
pub create_option: Output<String>,
pub disk_access_id: Output<String>,
pub disk_encryption_set_id: Output<String>,
pub disk_iops_read_write: Output<i32>,
pub disk_mbps_read_write: Output<i32>,
pub disk_size_gb: Output<i32>,
pub encryption_settings: Output<Vec<GetManagedDiskEncryptionSetting>>,
pub id: Output<String>,
pub image_reference_id: Output<String>,
pub name: Output<String>,
pub network_access_policy: Output<String>,
pub os_type: Output<String>,
pub resource_group_name: Output<String>,
pub source_resource_id: Output<String>,
pub source_uri: Output<String>,
pub storage_account_id: Output<String>,
pub storage_account_type: Output<String>,
pub tags: Output<HashMap<String, String>>,
pub zones: Output<Vec<String>>,
}
Fields§
§create_option: Output<String>
§disk_access_id: Output<String>
The ID of the disk access resource for using private endpoints on disks.
disk_encryption_set_id: Output<String>
The ID of the Disk Encryption Set used to encrypt this Managed Disk.
disk_iops_read_write: Output<i32>
The number of IOPS allowed for this disk, where one operation can transfer between 4k and 256k bytes.
disk_mbps_read_write: Output<i32>
The bandwidth allowed for this disk.
disk_size_gb: Output<i32>
The size of the Managed Disk in gigabytes.
encryption_settings: Output<Vec<GetManagedDiskEncryptionSetting>>
A encryption_settings
block as defined below.
id: Output<String>
The provider-assigned unique ID for this managed resource.
image_reference_id: Output<String>
The ID of the source image used for creating this Managed Disk.
name: Output<String>
§network_access_policy: Output<String>
Policy for accessing the disk via network.
os_type: Output<String>
The operating system used for this Managed Disk.
resource_group_name: Output<String>
§source_resource_id: Output<String>
The ID of an existing Managed Disk which this Disk was created from.
source_uri: Output<String>
The Source URI for this Managed Disk.
storage_account_id: Output<String>
The ID of the Storage Account where the source_uri
is located.
storage_account_type: Output<String>
The storage account type for the Managed Disk.
A mapping of tags assigned to the resource.
zones: Output<Vec<String>>
A list of Availability Zones where the Managed Disk exists.