다음을 통해 공유


RestorePointSourceVmosDiskOutput interface

운영 체제 디스크에 대해 설명합니다.

속성

caching

캐싱 형식을 가져옵니다.

diskRestorePoint

디스크 복원 지점 ID를 가져옵니다.

diskSizeGB

디스크 크기(GB)를 가져옵니다.

encryptionSettings

디스크 암호화 설정을 가져옵니다.

managedDisk

관리 디스크 세부 정보를 가져옵니다.

name

디스크 이름을 가져옵니다.

osType

운영 체제 유형을 가져옵니다.

속성 세부 정보

caching

캐싱 형식을 가져옵니다.

caching?: "None" | "ReadOnly" | "ReadWrite"

속성 값

"None" | "ReadOnly" | "ReadWrite"

diskRestorePoint

디스크 복원 지점 ID를 가져옵니다.

diskRestorePoint?: ApiEntityReferenceOutput

속성 값

diskSizeGB

디스크 크기(GB)를 가져옵니다.

diskSizeGB?: number

속성 값

number

encryptionSettings

디스크 암호화 설정을 가져옵니다.

encryptionSettings?: DiskEncryptionSettingsOutput

속성 값

managedDisk

관리 디스크 세부 정보를 가져옵니다.

managedDisk?: ManagedDiskParametersOutput

속성 값

name

디스크 이름을 가져옵니다.

name?: string

속성 값

string

osType

운영 체제 유형을 가져옵니다.

osType?: "Windows" | "Linux"

속성 값

"Windows" | "Linux"