Skip to content

Commit

Permalink
Update pbm types to vCenter 7.0U3 (build 18700403)
Browse files Browse the repository at this point in the history
  • Loading branch information
zach96guan committed Oct 13, 2021
1 parent f2d167d commit ae8161d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions pbm/types/enum.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ const (
PbmObjectTypeVirtualDiskId = PbmObjectType("virtualDiskId")
PbmObjectTypeVirtualDiskUUID = PbmObjectType("virtualDiskUUID")
PbmObjectTypeDatastore = PbmObjectType("datastore")
PbmObjectTypeVsanObjectId = PbmObjectType("vsanObjectId")
PbmObjectTypeFileShareId = PbmObjectType("fileShareId")
PbmObjectTypeUnknown = PbmObjectType("unknown")
)
Expand Down
11 changes: 11 additions & 0 deletions pbm/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -997,6 +997,17 @@ type PbmFetchComplianceResultResponse struct {
Returnval []PbmComplianceResult `xml:"returnval,omitempty"`
}

type PbmFetchEntityHealthStatusSpec struct {
types.DynamicData

ObjectRef PbmServerObjectRef `xml:"objectRef"`
BackingId string `xml:"backingId,omitempty"`
}

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

type PbmFetchResourceType PbmFetchResourceTypeRequestType

func init() {
Expand Down

0 comments on commit ae8161d

Please sign in to comment.