-
Notifications
You must be signed in to change notification settings - Fork 250
/
Copy pathazure.mgmt.computefleet.models.VMDiskSecurityProfile.yml
61 lines (45 loc) · 2.35 KB
/
azure.mgmt.computefleet.models.VMDiskSecurityProfile.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
### YamlMime:PythonClass
uid: azure.mgmt.computefleet.models.VMDiskSecurityProfile
name: VMDiskSecurityProfile
fullName: azure.mgmt.computefleet.models.VMDiskSecurityProfile
module: azure.mgmt.computefleet.models
summary: 'Specifies the security profile settings for the managed disk. **Note:**
It can
only be set for Confidential VMs.'
constructor:
syntax: 'VMDiskSecurityProfile(*args: Any, **kwargs: Any)'
variables:
- description: 'Specifies the EncryptionType of the managed disk. It is set to
DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
**Note:** It can be set for only Confidential VMs. Known values are: "VMGuestStateOnly",
"DiskWithVMGuestState", and "NonPersistedTPM".'
name: security_encryption_type
types:
- <xref:str>
- <xref:azure.mgmt.computefleet.models.SecurityEncryptionTypes>
- description: 'Specifies the customer managed disk encryption set resource id for
the managed
disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and
VMGuest blob.'
name: disk_encryption_set
types:
- <xref:azure.mgmt.computefleet.models.DiskEncryptionSetParameters>
attributes:
- uid: azure.mgmt.computefleet.models.VMDiskSecurityProfile.disk_encryption_set
name: disk_encryption_set
summary: 'Specifies the customer managed disk encryption set resource id for the
managed
disk that is used for Customer Managed Key encrypted ConfidentialVM OS Disk and
VMGuest blob.'
signature: 'disk_encryption_set: _models.DiskEncryptionSetParameters | None'
- uid: azure.mgmt.computefleet.models.VMDiskSecurityProfile.security_encryption_type
name: security_encryption_type
summary: 'Specifies the EncryptionType of the managed disk. It is set to
DiskWithVMGuestState for encryption of the managed disk along with VMGuestState
blob, VMGuestStateOnly for encryption of just the VMGuestState blob, and
NonPersistedTPM for not persisting firmware state in the VMGuestState blob..
**Note:** It can be set for only Confidential VMs. Known values are: "VMGuestStateOnly",
"DiskWithVMGuestState", and "NonPersistedTPM".'
signature: 'security_encryption_type: str | _models.SecurityEncryptionTypes | None'