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