-
Notifications
You must be signed in to change notification settings - Fork 247
/
azure.mgmt.compute.v2019_07_01.models.GalleryDiskImage.yml
44 lines (40 loc) · 1.59 KB
/
azure.mgmt.compute.v2019_07_01.models.GalleryDiskImage.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
### YamlMime:PythonClass
uid: azure.mgmt.compute.v2019_07_01.models.GalleryDiskImage
name: GalleryDiskImage
fullName: azure.mgmt.compute.v2019_07_01.models.GalleryDiskImage
module: azure.mgmt.compute.v2019_07_01.models
inheritances:
- azure.mgmt.compute._serialization.Model
summary: 'This is the disk image base class.
Variables are only populated by the server, and will be ignored when sending a request.'
constructor:
syntax: 'GalleryDiskImage(*, host_caching: str | _models.HostCaching | None = None,
source: _models.GalleryArtifactVersionSource | None = None, **kwargs: Any)'
keywordOnlyParameters:
- name: host_caching
description: 'The host caching of the disk. Valid values are ''None'', ''ReadOnly'',
and
''ReadWrite''. Known values are: "None", "ReadOnly", and "ReadWrite".'
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2019_07_01.models.HostCaching>
- name: source
description: The gallery artifact version source.
types:
- <xref:azure.mgmt.compute.v2019_07_01.models.GalleryArtifactVersionSource>
variables:
- description: This property indicates the size of the VHD to be created.
name: size_in_gb
types:
- <xref:int>
- description: 'The host caching of the disk. Valid values are ''None'', ''ReadOnly'',
and
''ReadWrite''. Known values are: "None", "ReadOnly", and "ReadWrite".'
name: host_caching
types:
- <xref:str>
- <xref:azure.mgmt.compute.v2019_07_01.models.HostCaching>
- description: The gallery artifact version source.
name: source
types:
- <xref:azure.mgmt.compute.v2019_07_01.models.GalleryArtifactVersionSource>