public class VLANInfo extends Object
Modifier and Type | Class and Description |
---|---|
static class |
VLANInfo.Builder |
Constructor and Description |
---|
VLANInfo(Map<String,String> meta,
String uuid,
Owner owner,
URI resourceUri,
List<Server> servers,
Subscription subscription,
List<Tag> tags) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getMeta() |
Owner |
getOwner() |
URI |
getResourceUri() |
List<Server> |
getServers() |
Subscription |
getSubscription() |
List<Tag> |
getTags() |
String |
getUuid() |
int |
hashCode() |
NIC |
toNIC()
Creates VLAN NIC
|
NIC |
toNIC(FirewallPolicy firewallPolicy)
Creates VLAN NIC
|
String |
toString() |
public Owner getOwner()
public URI getResourceUri()
public Subscription getSubscription()
public NIC toNIC(FirewallPolicy firewallPolicy)
firewallPolicy
- public NIC toNIC()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.