public class Network extends BaseModelResource
Constructor and Description |
---|
Network() |
Modifier and Type | Method and Description |
---|---|
boolean |
canEqual(Object obj) |
boolean |
equals(Object other) |
ConnectionTemplate |
getConnectionTemplate() |
String |
getConnectionTemplateUri() |
EthernetNetworkType |
getEthernetNetworkType() |
String |
getFabricUri() |
Integer |
getInternalVlanId() |
Boolean |
getPrivateNetwork() |
Purpose |
getPurpose() |
List<String> |
getScopeUris() |
Boolean |
getSmartLink() |
String |
getSubnetUri() |
Integer |
getVlanId() |
int |
hashCode() |
void |
setConnectionTemplate(ConnectionTemplate connectionTemplate) |
void |
setConnectionTemplateUri(String connectionTemplateUri) |
void |
setEthernetNetworkType(EthernetNetworkType ethernetNetworkType) |
void |
setFabricUri(String fabricUri) |
void |
setInternalVlanId(Integer internalVlanId) |
void |
setPrivateNetwork(Boolean privateNetwork) |
void |
setPurpose(Purpose purpose) |
void |
setScopeUris(List<String> scopeUris) |
void |
setSmartLink(Boolean smartLink) |
void |
setSubnetUri(String subnetUri) |
void |
setVlanId(Integer vlanId) |
String |
toString() |
getCategory, getCreated, getDescription, getETag, getModified, getName, getResourceId, getState, getStatus, getType, getUri, setCategory, setCreated, setDescription, setETag, setModified, setName, setState, setStatus, setType, setUri, toJsonString
public String getConnectionTemplateUri()
public void setConnectionTemplateUri(String connectionTemplateUri)
connectionTemplateUri
- the connectionTemplateUri to setpublic EthernetNetworkType getEthernetNetworkType()
public void setEthernetNetworkType(EthernetNetworkType ethernetNetworkType)
ethernetNetworkType
- the ethernetNetworkType to setpublic Integer getInternalVlanId()
public void setInternalVlanId(Integer internalVlanId)
internalVlanId
- the internalVlanId to setpublic String getFabricUri()
public void setFabricUri(String fabricUri)
fabricUri
- the fabricUri to setpublic Boolean getPrivateNetwork()
public void setPrivateNetwork(Boolean privateNetwork)
privateNetwork
- the privateNetwork to setpublic Purpose getPurpose()
public void setPurpose(Purpose purpose)
purpose
- the purpose to setpublic Boolean getSmartLink()
public void setSmartLink(Boolean smartLink)
smartLink
- the smartLink to setpublic Integer getVlanId()
public void setVlanId(Integer vlanId)
vlanId
- the vlanId to setpublic ConnectionTemplate getConnectionTemplate()
public void setConnectionTemplate(ConnectionTemplate connectionTemplate)
connectionTemplate
- the connectionTemplate to setpublic void setScopeUris(List<String> scopeUris)
scopeUris
- the scopeUris to setpublic String getSubnetUri()
public void setSubnetUri(String subnetUri)
subnetUri
- the subnetUri to setpublic String toString()
toString
in class BaseModelResource
public int hashCode()
hashCode
in class BaseModelResource
public boolean canEqual(Object obj)
canEqual
in class BaseModelResource
public final boolean equals(Object other)
equals
in class BaseModelResource
Copyright © 2017. All rights reserved.