ManagedClusterSnapshotPropertiesOutput interface
Proprietà per uno snapshot del cluster gestito.
Proprietà
| creation |
CreationData da usare per specificare l'ID risorsa di origine per creare questo snapshot. |
| managed |
Quali proprietà verranno visualizzate quando si ottiene lo snapshot del cluster gestito. Queste proprietà sono di sola lettura. |
| snapshot |
Tipo di snapshot. Il valore predefinito è NodePool. |
Dettagli proprietà
creationData
CreationData da usare per specificare l'ID risorsa di origine per creare questo snapshot.
creationData?: CreationDataOutput
Valore della proprietà
managedClusterPropertiesReadOnly
Quali proprietà verranno visualizzate quando si ottiene lo snapshot del cluster gestito. Queste proprietà sono di sola lettura.
managedClusterPropertiesReadOnly?: ManagedClusterPropertiesForSnapshotOutput
Valore della proprietà
snapshotType
Tipo di snapshot. Il valore predefinito è NodePool.
snapshotType?: "NodePool" | "ManagedCluster"
Valore della proprietà
"NodePool" | "ManagedCluster"