public class HypervVirtualNetworkAdapterNativePortProfile
extends java.lang.Object
Constructor and Description |
---|
HypervVirtualNetworkAdapterNativePortProfile() |
HypervVirtualNetworkAdapterNativePortProfile(CuicServer api) |
Modifier and Type | Method and Description |
---|---|
HypervVirtualNetworkAdapterNativePortProfileResponse |
execute() |
java.lang.String |
getAccountName() |
CuicServer |
getApi() |
java.lang.String |
getDescription() |
int |
getMaxBw() |
int |
getMinBwWeight() |
java.lang.String |
getName() |
boolean |
isAllowGuestTeaming() |
boolean |
isAllowIEEEPriorityTag() |
boolean |
isAllowMacSpoof() |
boolean |
isAllowRouterGuard() |
boolean |
isEnableDHCPGuard() |
boolean |
isEnableIPSecOffload() |
boolean |
isEnableSRIOV() |
boolean |
isEnableVMQueue() |
void |
setAccountName(java.lang.String accountName) |
void |
setAllowGuestTeaming(boolean allowGuestTeaming) |
void |
setAllowIEEEPriorityTag(boolean allowIEEEPriorityTag) |
void |
setAllowMacSpoof(boolean allowMacSpoof) |
void |
setAllowRouterGuard(boolean allowRouterGuard) |
void |
setApi(CuicServer api) |
void |
setDescription(java.lang.String description) |
void |
setEnableDHCPGuard(boolean enableDHCPGuard) |
void |
setEnableIPSecOffload(boolean enableIPSecOffload) |
void |
setEnableSRIOV(boolean enableSRIOV) |
void |
setEnableVMQueue(boolean enableVMQueue) |
void |
setMaxBw(int maxBw) |
void |
setMinBwWeight(int minBwWeight) |
void |
setName(java.lang.String name) |
public HypervVirtualNetworkAdapterNativePortProfile()
public HypervVirtualNetworkAdapterNativePortProfile(CuicServer api)
public CuicServer getApi()
public void setApi(CuicServer api)
public java.lang.String getAccountName()
public void setAccountName(java.lang.String accountName)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public boolean isEnableVMQueue()
public void setEnableVMQueue(boolean enableVMQueue)
public boolean isEnableIPSecOffload()
public void setEnableIPSecOffload(boolean enableIPSecOffload)
public boolean isEnableSRIOV()
public void setEnableSRIOV(boolean enableSRIOV)
public boolean isAllowMacSpoof()
public void setAllowMacSpoof(boolean allowMacSpoof)
public boolean isEnableDHCPGuard()
public void setEnableDHCPGuard(boolean enableDHCPGuard)
public boolean isAllowRouterGuard()
public void setAllowRouterGuard(boolean allowRouterGuard)
public boolean isAllowGuestTeaming()
public void setAllowGuestTeaming(boolean allowGuestTeaming)
public boolean isAllowIEEEPriorityTag()
public void setAllowIEEEPriorityTag(boolean allowIEEEPriorityTag)
public int getMaxBw()
public void setMaxBw(int maxBw)
public int getMinBwWeight()
public void setMinBwWeight(int minBwWeight)
public HypervVirtualNetworkAdapterNativePortProfileResponse execute() throws java.lang.Exception
java.lang.Exception