storage.global.gdc.goog/v1
storage.global.gdc.goog v1 API グループの API スキーマ定義が含まれています。
FileShareSource
表示場所: - VolumeReplicationSource
フィールド | 説明 |
---|---|
fileShareRef 文字列 |
複製する FileShare リソースへの名前参照。 |
LocalVolume
ローカル ストレージ システム内のボリュームを表します。
表示場所: - VolumeReplicationRelationshipReplicaStatus
フィールド | 説明 |
---|---|
storageClassName 文字列 |
PersistentVolumeClaim で定義されたストレージ クラスの名前。 |
internalVolumeName 文字列 |
ストレージ アプライアンスの内部ボリュームの名前。 |
requestedStorageSize 文字列 |
PersistentVolumeClaim によってリクエストされたボリュームのストレージ サイズ。 |
volumeMode PersistentVolumeMode |
ストレージ アプライアンスの内部ボリュームのモード。 |
isDeleted ブール値 |
PVC が削除されたかどうかを指定します |
PVCVolumeDestination
表示場所: - VolumeReplicationDestination
フィールド | 説明 |
---|---|
clusterRef 文字列 |
宛先 PVC が作成される Cluster カスタム リソースへの参照。 |
PVCVolumeSource
表示場所: - VolumeReplicationSource
フィールド | 説明 |
---|---|
clusterRef 文字列 |
複製する PVC が存在する Cluster カスタム リソースへの参照。 |
pvcRef 文字列 |
複製する PersistentVolumeClaim リソースへの名前参照。 |
VirtualMachineDiskVolumeSource
表示場所: - VolumeReplicationSource
フィールド | 説明 |
---|---|
virtualMachineDiskRef 文字列 |
複製する VirtualMachineDisk リソースへの名前参照。 |
VolumeReplicationDestination
ボリューム レプリケーション オペレーションのターゲット ロケーションを定義します。
表示場所: - VolumeReplicationRelationshipSpec
フィールド | 説明 |
---|---|
zoneRef 文字列 |
Zone カスタム リソースへの参照。 |
pvc PVCVolumeDestination |
PersistentVolumeClaim リソースへの参照。 |
volumeOverrideName 文字列 |
宛先ボリュームの目的の名前。デフォルトでは、ソース ボリュームと同じ名前が使用されます。 |
VolumeReplicationRelationship
VolumeReplicationRelationship API のスキーマを定義します。
表示場所: - VolumeReplicationRelationshipList
フィールド | 説明 |
---|---|
apiVersion 文字列 |
storage.global.gdc.goog/v1 |
kind 文字列 |
VolumeReplicationRelationship |
metadata ObjectMeta |
metadata のフィールドについては、Kubernetes API のドキュメントをご覧ください。 |
spec VolumeReplicationRelationshipSpec |
|
status VolumeReplicationRelationshipStatus |
VolumeReplicationRelationshipList
VolumeReplicationRelationship のリストを表します。
フィールド | 説明 |
---|---|
apiVersion 文字列 |
storage.global.gdc.goog/v1 |
kind 文字列 |
VolumeReplicationRelationshipList |
metadata ListMeta |
metadata のフィールドについては、Kubernetes API のドキュメントをご覧ください。 |
items VolumeReplicationRelationship 配列 |
VolumeReplicationRelationshipReplica
VolumeReplicationRelationshipReplica
API のスキーマを定義します。
表示場所: - VolumeReplicationRelationshipReplicaList
フィールド | 説明 |
---|---|
apiVersion 文字列 |
storage.global.gdc.goog/v1 |
kind 文字列 |
VolumeReplicationRelationshipReplica |
metadata ObjectMeta |
metadata のフィールドについては、Kubernetes API のドキュメントをご覧ください。 |
spec VolumeReplicationRelationshipSpec |
|
status VolumeReplicationRelationshipReplicaStatus |
VolumeReplicationRelationshipReplicaList
VolumeReplicationRelationshipReplica
リソースのリストが含まれます。
フィールド | 説明 |
---|---|
apiVersion 文字列 |
storage.global.gdc.goog/v1 |
kind 文字列 |
VolumeReplicationRelationshipReplicaList |
metadata ListMeta |
metadata のフィールドについては、Kubernetes API のドキュメントをご覧ください。 |
items VolumeReplicationRelationshipReplica 配列 |
VolumeReplicationRelationshipReplicaStatus
VolumeReplicationRelationshipReplica
の観測状態を定義します。
表示場所: - VolumeReplicationRelationshipReplica - VolumeReplicationRelationshipZoneStatus
フィールド | 説明 |
---|---|
state VolumeReplicationState |
ボリューム レプリケーション関係の現在のステータス。 |
message 文字列 |
ボリューム レプリケーション関係がこの状態にある理由の詳細を示す、人間が読める形式のメッセージ。 |
replicationID UUID |
SnapMirror 関係を識別する一意の UUID |
sourceVolume LocalVolume |
ソースボリュームに関するキャッシュに保存された情報。この情報は、ソースゾーンによってのみ入力されます。 |
destinationVolume LocalVolume |
移行先ボリュームに関するキャッシュに保存された情報。この情報は、宛先ゾーンによってのみ入力されます。 |
lagTime 文字列 |
最後のスナップショットがエクスポートされたときのタイムスタンプ |
exportedSnapshotName 文字列 |
最後にエクスポートされたスナップショットの名前 |
lastTransferType 文字列 |
最後の転送オペレーションのタイプ(スナップショットなど)。 |
lastTransferTime 文字列 |
前回の転送オペレーションが発生した時刻のタイムスタンプ |
conditions 条件の配列 |
VolumeReplicationRelationshipReplica の全体的な状態に関する情報。 |
VolumeReplicationRelationshipSpec
VolumeReplicationRelationship の望ましい状態を定義します。
表示場所: - VolumeReplicationRelationship - VolumeReplicationRelationshipReplica
フィールド | 説明 |
---|---|
source VolumeReplicationSource |
|
destination VolumeReplicationDestination |
VolumeReplicationRelationshipStatus
VolumeReplicationRelationship の観測された状態を定義します。
表示場所: - VolumeReplicationRelationship
フィールド | 説明 |
---|---|
conditions 条件の配列 |
リソースの全体的な状態の観測。既知の条件タイプ: Ready。 |
rollout RolloutStatus |
各ゾーンにリソースをロールアウトするために現在使用されている戦略。 |
zones VolumeReplicationRelationshipZoneStatus 配列 |
このリソースがロールアウトされるゾーンのステータスのリスト。 |
VolumeReplicationRelationshipZoneStatus
特定のゾーンの VolumeReplicationRelationshipReplica
の観測状態を定義します。
表示場所: - VolumeReplicationRelationshipStatus
フィールド | 説明 |
---|---|
name 文字列 |
このステータスが表すレプリカが存在するゾーンの名前。 |
rolloutStatus ZoneRolloutStatus |
レプリカをゾーンにロールアウトするステータス。 |
replicaStatus VolumeReplicationRelationshipReplicaStatus |
ゾーンから収集されたレプリカの調整ステータス。 |
VolumeReplicationSource
ボリューム レプリケーション オペレーションのオリジンを定義します。
表示場所: - VolumeReplicationRelationshipSpec
フィールド | 説明 |
---|---|
zoneRef 文字列 |
Zone カスタム リソースへの参照。 |
pvc PVCVolumeSource |
PersistentVolumeClaim リソースへの参照。 |
virtualMachineDisk VirtualMachineDiskVolumeSource |
VirtualMachineDisk リソースへの参照。 |
fileShare FileShareSource |
FileShare リソースへの参照。 |
VolumeReplicationState
基盤となるタイプ: string
VolumeReplicationRelationshipStatus
で使用されるボリューム レプリケーションの状態を定義します。
表示場所: - VolumeReplicationRelationshipReplicaStatus