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 Details

    • vmNetworkCIDR

      private String vmNetworkCIDR
  • Constructor Details

    • V1PodNetwork

      public V1PodNetwork()
  • Method Details

    • vmNetworkCIDR

      public V1PodNetwork vmNetworkCIDR(String vmNetworkCIDR)
    • getVmNetworkCIDR

      public String getVmNetworkCIDR()
      CIDR for vm network. Default 10.0.2.0/24 if not specified.
      Returns:
      vmNetworkCIDR
    • setVmNetworkCIDR

      public void setVmNetworkCIDR(String vmNetworkCIDR)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toIndentedString

      private String toIndentedString(Object o)
      Convert the given object to string with each line indented by 4 spaces (except the first line).