Exemple #1
0
 public SetIntersightFcPhysicalPort()
 {
     ApiInstance = new FcApi(Config);
     ModelObject = new FcPhysicalPort();
     MethodName  = "UpdateFcPhysicalPortWithHttpInfo";
 }
Exemple #2
0
 public GetIntersightFcPhysicalPort()
 {
     ApiInstance = new FcApi(Config);
     MethodName  = "GetFcPhysicalPortListWithHttpInfo";
 }
Exemple #3
0
 public GetIntersightFcPortChannel()
 {
     ApiInstance = new FcApi(Config);
     MethodName  = "GetFcPortChannelListWithHttpInfo";
 }
Exemple #4
0
 public GetIntersightFcNeighbor()
 {
     ApiInstance = new FcApi(Config);
     MethodName  = "GetFcNeighborListWithHttpInfo";
 }