Skip to content

Commit

Permalink
Changes to add CNS fault CnsSnapshotCreatedFault
Browse files Browse the repository at this point in the history
  • Loading branch information
vdkotkar committed Dec 18, 2023
1 parent 3bfbfbe commit 5410a06
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions cns/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -619,6 +619,18 @@ func init() {
types.Add("CnsSnapshotNotFoundFault", reflect.TypeOf((*CnsSnapshotNotFoundFault)(nil)).Elem())
}

type CnsSnapshotCreatedFault struct {
CnsFault

VolumeId CnsVolumeId `xml:"volumeId"`
SnapshotId CnsSnapshotId `xml:"snapshotId"`
Datastore types.ManagedObjectReference `xml:"datastore"`
}

func init() {
types.Add("CnsSnapshotCreatedFault", reflect.TypeOf((*CnsSnapshotCreatedFault)(nil)).Elem())
}

type CnsConfigureVolumeACLs CnsConfigureVolumeACLsRequestType

func init() {
Expand Down

0 comments on commit 5410a06

Please sign in to comment.