Class NetworkProfile
java.lang.Object
com.microsoft.azure.management.containerservice.NetworkProfile
Represents the OpenShift networking configuration.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet cIDR of the Vnet to peer.vnetCidr()
Get cIDR for the OpenShift Vnet.vnetId()
Get iD of the Vnet created for OSA cluster.withPeerVnetId
(String peerVnetId) Set cIDR of the Vnet to peer.withVnetCidr
(String vnetCidr) Set cIDR for the OpenShift Vnet.withVnetId
(String vnetId) Set iD of the Vnet created for OSA cluster.
-
Constructor Details
-
NetworkProfile
public NetworkProfile()
-
-
Method Details
-
vnetCidr
Get cIDR for the OpenShift Vnet.- Returns:
- the vnetCidr value
-
withVnetCidr
Set cIDR for the OpenShift Vnet.- Parameters:
vnetCidr
- the vnetCidr value to set- Returns:
- the NetworkProfile object itself.
-
peerVnetId
Get cIDR of the Vnet to peer.- Returns:
- the peerVnetId value
-
withPeerVnetId
Set cIDR of the Vnet to peer.- Parameters:
peerVnetId
- the peerVnetId value to set- Returns:
- the NetworkProfile object itself.
-
vnetId
Get iD of the Vnet created for OSA cluster.- Returns:
- the vnetId value
-
withVnetId
Set iD of the Vnet created for OSA cluster.- Parameters:
vnetId
- the vnetId value to set- Returns:
- the NetworkProfile object itself.
-