Class NetworkProfile

java.lang.Object
com.microsoft.azure.management.containerservice.NetworkProfile

public class NetworkProfile extends Object
Represents the OpenShift networking configuration.
  • Constructor Details

    • NetworkProfile

      public NetworkProfile()
  • Method Details

    • vnetCidr

      public String vnetCidr()
      Get cIDR for the OpenShift Vnet.
      Returns:
      the vnetCidr value
    • withVnetCidr

      public NetworkProfile withVnetCidr(String vnetCidr)
      Set cIDR for the OpenShift Vnet.
      Parameters:
      vnetCidr - the vnetCidr value to set
      Returns:
      the NetworkProfile object itself.
    • peerVnetId

      public String peerVnetId()
      Get cIDR of the Vnet to peer.
      Returns:
      the peerVnetId value
    • withPeerVnetId

      public NetworkProfile withPeerVnetId(String peerVnetId)
      Set cIDR of the Vnet to peer.
      Parameters:
      peerVnetId - the peerVnetId value to set
      Returns:
      the NetworkProfile object itself.
    • vnetId

      public String vnetId()
      Get iD of the Vnet created for OSA cluster.
      Returns:
      the vnetId value
    • withVnetId

      public NetworkProfile withVnetId(String vnetId)
      Set iD of the Vnet created for OSA cluster.
      Parameters:
      vnetId - the vnetId value to set
      Returns:
      the NetworkProfile object itself.