Package kubevirt.io
Class V1PodNetwork
java.lang.Object
kubevirt.io.V1PodNetwork
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen",
date="2019-11-10T14:44:51.030+02:00")
public class V1PodNetwork
extends Object
Represents the stock pod network interface.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCIDR for vm network.inthashCode()voidsetVmNetworkCIDR(String vmNetworkCIDR) private StringConvert the given object to string with each line indented by 4 spaces (except the first line).toString()vmNetworkCIDR(String vmNetworkCIDR)
-
Field Details
-
vmNetworkCIDR
-
-
Constructor Details
-
V1PodNetwork
public V1PodNetwork()
-
-
Method Details
-
vmNetworkCIDR
-
getVmNetworkCIDR
CIDR for vm network. Default 10.0.2.0/24 if not specified.- Returns:
- vmNetworkCIDR
-
setVmNetworkCIDR
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-