File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ const (
171
171
PbmObjectTypeVirtualDiskId = PbmObjectType ("virtualDiskId" )
172
172
PbmObjectTypeVirtualDiskUUID = PbmObjectType ("virtualDiskUUID" )
173
173
PbmObjectTypeDatastore = PbmObjectType ("datastore" )
174
+ PbmObjectTypeVsanObjectId = PbmObjectType ("vsanObjectId" )
174
175
PbmObjectTypeFileShareId = PbmObjectType ("fileShareId" )
175
176
PbmObjectTypeUnknown = PbmObjectType ("unknown" )
176
177
)
Original file line number Diff line number Diff line change @@ -997,6 +997,17 @@ type PbmFetchComplianceResultResponse struct {
997
997
Returnval []PbmComplianceResult `xml:"returnval,omitempty"`
998
998
}
999
999
1000
+ type PbmFetchEntityHealthStatusSpec struct {
1001
+ types.DynamicData
1002
+
1003
+ ObjectRef PbmServerObjectRef `xml:"objectRef"`
1004
+ BackingId string `xml:"backingId,omitempty"`
1005
+ }
1006
+
1007
+ func init () {
1008
+ types .Add ("pbm:PbmFetchEntityHealthStatusSpec" , reflect .TypeOf ((* PbmFetchEntityHealthStatusSpec )(nil )).Elem ())
1009
+ }
1010
+
1000
1011
type PbmFetchResourceType PbmFetchResourceTypeRequestType
1001
1012
1002
1013
func init () {
You can’t perform that action at this time.
0 commit comments