Skip to content

Commit

Permalink
Merge pull request vmware#2781 from pranshujain28/master
Browse files Browse the repository at this point in the history
Add a new type of cluster action
  • Loading branch information
dougm authored Mar 22, 2022
2 parents 4cce99f + 4658305 commit 34f9952
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions vim25/types/unreleased.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,13 @@ type PlaceVmsXClusterSpecVmPlacementSpec struct {
func init() {
t["PlaceVmsXClusterSpecVmPlacementSpec"] = reflect.TypeOf((*PlaceVmsXClusterSpecVmPlacementSpec)(nil)).Elem()
}

type ClusterClusterInitialPlacementAction struct {
ClusterInitialPlacementAction

ConfigSpec *VirtualMachineConfigSpec `xml:"configSpec,omitempty"`
}

func init() {
t["ClusterClusterInitialPlacementAction"] = reflect.TypeOf((*ClusterClusterInitialPlacementAction)(nil)).Elem()
}

0 comments on commit 34f9952

Please sign in to comment.