public class NetworkSummary extends DynamicData
| Modifier and Type | Field and Description |
|---|---|
boolean |
accessible |
Integer |
ipPoolId |
String |
ipPoolName |
String |
name |
ManagedObjectReference |
network |
dynamicProperty, dynamicType| Constructor and Description |
|---|
NetworkSummary() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getIpPoolId() |
String |
getIpPoolName() |
String |
getName() |
ManagedObjectReference |
getNetwork() |
boolean |
isAccessible() |
void |
setAccessible(boolean accessible) |
void |
setIpPoolId(Integer ipPoolId) |
void |
setIpPoolName(String ipPoolName) |
void |
setName(String name) |
void |
setNetwork(ManagedObjectReference network) |
getDynamicProperty, getDynamicType, setDynamicProperty, setDynamicTypepublic ManagedObjectReference network
public String name
public boolean accessible
public String ipPoolName
public Integer ipPoolId
public ManagedObjectReference getNetwork()
public String getName()
public boolean isAccessible()
public String getIpPoolName()
public Integer getIpPoolId()
public void setNetwork(ManagedObjectReference network)
public void setName(String name)
public void setAccessible(boolean accessible)
public void setIpPoolName(String ipPoolName)
public void setIpPoolId(Integer ipPoolId)
Copyright © 2011-2012. All Rights Reserved.