Package org.jclouds.cloudstack.domain
Class NIC
java.lang.Object
org.jclouds.cloudstack.domain.NIC
Class NIC
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NIC.Builder
<?> builder()
boolean
the broadcast uri of the nicthe gateway of the nicthe type of the nicgetId()
the ID of the nicthe ip address of the nicthe isolation uri of the nicthe MAC Address of the NICthe netmask of the nicthe ID of the corresponding networkthe traffic type of the nicint
hashCode()
boolean
true if nic is default, false otherwiseprotected com.google.common.base.MoreObjects.ToStringHelper
string()
NIC.Builder
<?> toString()
-
Constructor Details
-
NIC
@ConstructorProperties({"id","broadcasturi","gateway","ipaddress","isdefault","isolationuri","netmask","macaddress","networkid","traffictype","type"}) protected NIC(String id, @Nullable URI broadcastURI, @Nullable String gateway, @Nullable String IPAddress, boolean isDefault, @Nullable URI isolationURI, @Nullable String netmask, @Nullable String macAddress, @Nullable String networkId, @Nullable TrafficType trafficType, @Nullable GuestIPType guestIPType)
-
-
Method Details
-
builder
-
toBuilder
-
getId
the ID of the nic -
getBroadcastURI
the broadcast uri of the nic -
getGateway
the gateway of the nic -
getIPAddress
the ip address of the nic -
isDefault
public boolean isDefault()true if nic is default, false otherwise -
getIsolationURI
the isolation uri of the nic -
getNetmask
the netmask of the nic -
getMacAddress
the MAC Address of the NIC -
getNetworkId
the ID of the corresponding network -
getTrafficType
the traffic type of the nic -
getGuestIPType
the type of the nic -
hashCode
public int hashCode() -
equals
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
toString
-