public SetIntersightOprsSyncTargetListMessage()
 {
     ApiInstance = new OprsApi(Config);
     ModelObject = new OprsSyncTargetListMessage();
     MethodName  = "UpdateOprsSyncTargetListMessageWithHttpInfo";
 }
 public SetIntersightOprsDeployment()
 {
     ApiInstance = new OprsApi(Config);
     ModelObject = new OprsDeployment();
     MethodName  = "UpdateOprsDeploymentWithHttpInfo";
 }
 public RemoveIntersightOprsSyncTargetListMessage()
 {
     ApiInstance = new OprsApi(Config);
     MethodName  = "DeleteOprsSyncTargetListMessageWithHttpInfo";
 }
 public RemoveIntersightOprsDeployment()
 {
     ApiInstance = new OprsApi(Config);
     MethodName  = "DeleteOprsDeploymentWithHttpInfo";
 }
 public GetIntersightOprsSyncTargetListMessage()
 {
     ApiInstance = new OprsApi(Config);
     MethodName  = "GetOprsSyncTargetListMessageListWithHttpInfo";
 }
 public GetIntersightOprsDeployment()
 {
     ApiInstance = new OprsApi(Config);
     MethodName  = "GetOprsDeploymentListWithHttpInfo";
 }