public class NeutronPort extends Object implements Port
| Modifier and Type | Class and Description |
|---|---|
static class |
NeutronPort.PortConcreteBuilder |
static class |
NeutronPort.Ports |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
NeutronPort() |
public static PortBuilder builder()
public PortBuilder toBuilder()
toBuilder in interface Buildable<PortBuilder>public String getId()
public void setId(String id)
public String getName()
getName in interface BasicResourcepublic void setName(String name)
setName in interface BasicResourcename - the name to setpublic String getTenantId()
getTenantId in interface Resourcepublic void setTenantId(String tenantId)
setTenantId in interface ResourcetenantId - the tenant id to setpublic State getState()
public boolean isAdminStateUp()
isAdminStateUp in interface Portpublic String getNetworkId()
getNetworkId in interface Portpublic String getDeviceId()
getDeviceId in interface Portpublic String getDeviceOwner()
getDeviceOwner in interface Portpublic Set<? extends IP> getFixedIps()
getFixedIps in interface Portpublic Set<? extends AllowedAddressPair> getAllowedAddressPairs()
getAllowedAddressPairs in interface Portpublic String getMacAddress()
getMacAddress in interface Portpublic List<String> getSecurityGroups()
getSecurityGroups in interface Portpublic void setHostId(String hostId)
public String getVifType()
getVifType in interface Portpublic void setVifType(String vifType)
public Map<String,Object> getVifDetails()
getVifDetails in interface Portpublic String getvNicType()
getvNicType in interface Portpublic void setvNicType(String vNicType)
public Map<String,Object> getProfile()
getProfile in interface Portpublic String getTrunkPortParentId()
getTrunkPortParentId in interface Portpublic String getTrunkPortType()
getTrunkPortType in interface Portpublic String getTrunkPortVlanId()
getTrunkPortVlanId in interface Portpublic Date getCreatedTime()
TimeEntitygetCreatedTime in interface TimeEntitypublic Date getUpdatedTime()
TimeEntitygetUpdatedTime in interface TimeEntitypublic Boolean isPortSecurityEnabled()
isPortSecurityEnabled in interface PortCopyright © 2021. All rights reserved.