Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StorageDomain

Package version

interface

An interface representing StorageDomain. The storage domain.

extends

BaseModel

Hierarchy

Index

Properties

Optional encryptionKey

member

{AsymmetricEncryptedSecret} [encryptionKey] The encryption key used to encrypt the data. This is a user secret.

encryptionStatus

encryptionStatus: EncryptionStatus
member

{EncryptionStatus} encryptionStatus The encryption status "Enabled | Disabled". Possible values include: 'Enabled', 'Disabled'

Optional id

id: undefined | string
member

{string} [id] The identifier. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string
member

{string} [name] The name. NOTE: This property will not be serialized. It can only be populated by the server.

storageAccountCredentialIds

storageAccountCredentialIds: string[]
member

{string[]} storageAccountCredentialIds The storage account credentials.

Optional type

type: undefined | string
member

{string} [type] The type. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc