Package kubevirt.io
Class V1VirtualMachineInstanceNetworkInterface
java.lang.Object
kubevirt.io.V1VirtualMachineInstanceNetworkInterface
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1VirtualMachineInstanceNetworkInterface
extends Object
V1VirtualMachineInstanceNetworkInterface
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIpAddressesItem(String ipAddressesItem) booleanThe interface name inside the Virtual MachineIP address of a Virtual Machine interfaceList of all IP addresses of a Virtual Machine interfacegetMac()Hardware address of a Virtual Machine interfacegetName()Name of the interface, corresponds to name of the network assigned to the interfaceinthashCode()interfaceName(String interfaceName) ipAddresses(List<String> ipAddresses) voidsetInterfaceName(String interfaceName) voidsetIpAddress(String ipAddress) voidsetIpAddresses(List<String> ipAddresses) voidvoidprivate StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
interfaceName
-
ipAddress
-
ipAddresses
-
mac
-
name
-
-
Constructor Details
-
V1VirtualMachineInstanceNetworkInterface
public V1VirtualMachineInstanceNetworkInterface()
-
-
Method Details
-
interfaceName
-
getInterfaceName
The interface name inside the Virtual Machine- Returns:
- interfaceName
-
setInterfaceName
-
ipAddress
-
getIpAddress
IP address of a Virtual Machine interface- Returns:
- ipAddress
-
setIpAddress
-
ipAddresses
-
addIpAddressesItem
-
getIpAddresses
List of all IP addresses of a Virtual Machine interface- Returns:
- ipAddresses
-
setIpAddresses
-
mac
-
getMac
Hardware address of a Virtual Machine interface- Returns:
- mac
-
setMac
-
name
-
getName
Name of the interface, corresponds to name of the network assigned to the interface- Returns:
- name
-
setName
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-