Class VnicProfileContainer
- java.lang.Object
-
- org.ovirt.engine.sdk4.internal.containers.Container
-
- org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
-
- org.ovirt.engine.sdk4.internal.containers.VnicProfileContainer
-
- All Implemented Interfaces:
Identified
,VnicProfile
public class VnicProfileContainer extends IdentifiedContainer implements VnicProfile
-
-
Constructor Summary
Constructors Constructor Description VnicProfileContainer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<CustomProperty>
customProperties()
void
customProperties(List<CustomProperty> newCustomProperties)
boolean
customPropertiesPresent()
boolean
migratable()
void
migratable(boolean newMigratable)
void
migratable(Boolean newMigratable)
boolean
migratablePresent()
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()
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.IdentifiedContainer
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
-
Methods inherited from class org.ovirt.engine.sdk4.internal.containers.Container
asByte, asInteger, asLong, asShort, makeArrayList, makeUnmodifiableList
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ovirt.engine.sdk4.types.Identified
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
-
-
-
-
Method Detail
-
customProperties
public List<CustomProperty> customProperties()
- Specified by:
customProperties
in interfaceVnicProfile
-
customProperties
public void customProperties(List<CustomProperty> newCustomProperties)
-
customPropertiesPresent
public boolean customPropertiesPresent()
- Specified by:
customPropertiesPresent
in interfaceVnicProfile
-
migratable
public boolean migratable()
- Specified by:
migratable
in interfaceVnicProfile
-
migratable
public void migratable(boolean newMigratable)
-
migratable
public void migratable(Boolean newMigratable)
-
migratablePresent
public boolean migratablePresent()
- Specified by:
migratablePresent
in interfaceVnicProfile
-
passThrough
public VnicPassThrough passThrough()
- Specified by:
passThrough
in interfaceVnicProfile
-
passThrough
public void passThrough(VnicPassThrough newPassThrough)
-
passThroughPresent
public boolean passThroughPresent()
- Specified by:
passThroughPresent
in interfaceVnicProfile
-
portMirroring
public boolean portMirroring()
- Specified by:
portMirroring
in interfaceVnicProfile
-
portMirroring
public void portMirroring(boolean newPortMirroring)
-
portMirroring
public void portMirroring(Boolean newPortMirroring)
-
portMirroringPresent
public boolean portMirroringPresent()
- Specified by:
portMirroringPresent
in interfaceVnicProfile
-
network
public Network network()
- Specified by:
network
in interfaceVnicProfile
-
network
public void network(Network newNetwork)
-
networkPresent
public boolean networkPresent()
- Specified by:
networkPresent
in interfaceVnicProfile
-
networkFilter
public NetworkFilter networkFilter()
- Specified by:
networkFilter
in interfaceVnicProfile
-
networkFilter
public void networkFilter(NetworkFilter newNetworkFilter)
-
networkFilterPresent
public boolean networkFilterPresent()
- Specified by:
networkFilterPresent
in interfaceVnicProfile
-
permissions
public List<Permission> permissions()
- Specified by:
permissions
in interfaceVnicProfile
-
permissions
public void permissions(List<Permission> newPermissions)
-
permissionsPresent
public boolean permissionsPresent()
- Specified by:
permissionsPresent
in interfaceVnicProfile
-
qos
public Qos qos()
- Specified by:
qos
in interfaceVnicProfile
-
qos
public void qos(Qos newQos)
-
qosPresent
public boolean qosPresent()
- Specified by:
qosPresent
in interfaceVnicProfile
-
-