public NewIntersightHclSupportedDriverName()
 {
     ApiInstance = new HclApi(Config);
     ModelObject = new HclSupportedDriverName();
     MethodName  = "CreateHclSupportedDriverNameWithHttpInfo";
 }
 public NewIntersightHclCompatibilityStatus()
 {
     ApiInstance = new HclApi(Config);
     ModelObject = new HclCompatibilityStatus();
     MethodName  = "CreateHclCompatibilityStatusWithHttpInfo";
 }
 public NewIntersightHclHyperflexSoftwareCompatibilityInfo()
 {
     ApiInstance = new HclApi(Config);
     ModelObject = new HclHyperflexSoftwareCompatibilityInfo();
     MethodName  = "CreateHclHyperflexSoftwareCompatibilityInfoWithHttpInfo";
 }
 public GetIntersightHclOperatingSystemVendor()
 {
     ApiInstance = new HclApi(Config);
     MethodName  = "GetHclOperatingSystemVendorListWithHttpInfo";
 }
 public GetIntersightHclHyperflexSoftwareCompatibilityInfo()
 {
     ApiInstance = new HclApi(Config);
     MethodName  = "GetHclHyperflexSoftwareCompatibilityInfoListWithHttpInfo";
 }
 public GetIntersightHclDriverImage()
 {
     ApiInstance = new HclApi(Config);
     MethodName  = "GetHclDriverImageListWithHttpInfo";
 }
 public GetIntersightHclExemptedCatalog()
 {
     ApiInstance = new HclApi(Config);
     MethodName  = "GetHclExemptedCatalogListWithHttpInfo";
 }
 public RemoveIntersightHclHyperflexSoftwareCompatibilityInfo()
 {
     ApiInstance = new HclApi(Config);
     MethodName  = "DeleteHclHyperflexSoftwareCompatibilityInfoWithHttpInfo";
 }