Class NetworkStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.cncf.cni.v1.NetworkStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NetworkStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NetworkStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<NetworkStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
NetworkStatus is for network status annotation for pod- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkStatus()No args constructor for use in serializationNetworkStatus(Boolean _default, DeviceInfo deviceInfo, DNS dns, List<String> gateway, String _interface, List<String> ips, String mac, Integer mtu, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkStatusBuilderedit()Map<String,Object>getAdditionalProperties()BooleangetDefault()NetworkStatus is for network status annotation for podDeviceInfogetDeviceInfo()NetworkStatus is for network status annotation for podDNSgetDns()NetworkStatus is for network status annotation for podList<String>getGateway()NetworkStatus is for network status annotation for podStringgetInterface()NetworkStatus is for network status annotation for podList<String>getIps()NetworkStatus is for network status annotation for podStringgetMac()NetworkStatus is for network status annotation for podIntegergetMtu()NetworkStatus is for network status annotation for podStringgetName()NetworkStatus is for network status annotation for podvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetDefault(Boolean _default)NetworkStatus is for network status annotation for podvoidsetDeviceInfo(DeviceInfo deviceInfo)NetworkStatus is for network status annotation for podvoidsetDns(DNS dns)NetworkStatus is for network status annotation for podvoidsetGateway(List<String> gateway)NetworkStatus is for network status annotation for podvoidsetInterface(String _interface)NetworkStatus is for network status annotation for podvoidsetIps(List<String> ips)NetworkStatus is for network status annotation for podvoidsetMac(String mac)NetworkStatus is for network status annotation for podvoidsetMtu(Integer mtu)NetworkStatus is for network status annotation for podvoidsetName(String name)NetworkStatus is for network status annotation for podNetworkStatusBuildertoBuilder()
-
-
-
Method Detail
-
getDefault
public Boolean getDefault()
NetworkStatus is for network status annotation for pod
-
setDefault
public void setDefault(Boolean _default)
NetworkStatus is for network status annotation for pod
-
getDeviceInfo
public DeviceInfo getDeviceInfo()
NetworkStatus is for network status annotation for pod
-
setDeviceInfo
public void setDeviceInfo(DeviceInfo deviceInfo)
NetworkStatus is for network status annotation for pod
-
getDns
public DNS getDns()
NetworkStatus is for network status annotation for pod
-
setDns
public void setDns(DNS dns)
NetworkStatus is for network status annotation for pod
-
setGateway
public void setGateway(List<String> gateway)
NetworkStatus is for network status annotation for pod
-
getInterface
public String getInterface()
NetworkStatus is for network status annotation for pod
-
setInterface
public void setInterface(String _interface)
NetworkStatus is for network status annotation for pod
-
getMac
public String getMac()
NetworkStatus is for network status annotation for pod
-
setMac
public void setMac(String mac)
NetworkStatus is for network status annotation for pod
-
getMtu
public Integer getMtu()
NetworkStatus is for network status annotation for pod
-
setMtu
public void setMtu(Integer mtu)
NetworkStatus is for network status annotation for pod
-
getName
public String getName()
NetworkStatus is for network status annotation for pod
-
setName
public void setName(String name)
NetworkStatus is for network status annotation for pod
-
edit
public NetworkStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NetworkStatusBuilder>
-
toBuilder
public NetworkStatusBuilder toBuilder()
-
-