public class VnicProfileContainer extends IdentifiedContainer implements VnicProfile
Constructor and Description |
---|
VnicProfileContainer() |
Modifier and Type | Method and Description |
---|---|
List<CustomProperty> |
customProperties() |
void |
customProperties(List<CustomProperty> newCustomProperties) |
boolean |
customPropertiesPresent() |
Network |
network() |
void |
network(Network newNetwork) |
NetworkFilter |
networkFilter() |
void |
networkFilter(NetworkFilter newNetworkFilter) |
boolean |
networkFilterPresent() |
boolean |
networkPresent() |
VnicPassThrough |
passThrough() |
void |
passThrough(VnicPassThrough newPassThrough) |
boolean |
passThroughPresent() |
List<Permission> |
permissions() |
void |
permissions(List<Permission> newPermissions) |
boolean |
permissionsPresent() |
boolean |
portMirroring() |
void |
portMirroring(boolean newPortMirroring) |
void |
portMirroring(Boolean newPortMirroring) |
boolean |
portMirroringPresent() |
Qos |
qos() |
void |
qos(Qos newQos) |
boolean |
qosPresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public List<CustomProperty> customProperties()
customProperties
in interface VnicProfile
public void customProperties(List<CustomProperty> newCustomProperties)
public boolean customPropertiesPresent()
customPropertiesPresent
in interface VnicProfile
public VnicPassThrough passThrough()
passThrough
in interface VnicProfile
public void passThrough(VnicPassThrough newPassThrough)
public boolean passThroughPresent()
passThroughPresent
in interface VnicProfile
public boolean portMirroring()
portMirroring
in interface VnicProfile
public void portMirroring(boolean newPortMirroring)
public void portMirroring(Boolean newPortMirroring)
public boolean portMirroringPresent()
portMirroringPresent
in interface VnicProfile
public Network network()
network
in interface VnicProfile
public void network(Network newNetwork)
public boolean networkPresent()
networkPresent
in interface VnicProfile
public NetworkFilter networkFilter()
networkFilter
in interface VnicProfile
public void networkFilter(NetworkFilter newNetworkFilter)
public boolean networkFilterPresent()
networkFilterPresent
in interface VnicProfile
public List<Permission> permissions()
permissions
in interface VnicProfile
public void permissions(List<Permission> newPermissions)
public boolean permissionsPresent()
permissionsPresent
in interface VnicProfile
public Qos qos()
qos
in interface VnicProfile
public void qos(Qos newQos)
public boolean qosPresent()
qosPresent
in interface VnicProfile
Copyright © 2016. All rights reserved.