public class NetworkProfile extends Object
| Constructor and Description |
|---|
NetworkProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
peerVnetId()
Get cIDR of the Vnet to peer.
|
String |
vnetCidr()
Get cIDR for the OpenShift Vnet.
|
String |
vnetId()
Get iD of the Vnet created for OSA cluster.
|
NetworkProfile |
withPeerVnetId(String peerVnetId)
Set cIDR of the Vnet to peer.
|
NetworkProfile |
withVnetCidr(String vnetCidr)
Set cIDR for the OpenShift Vnet.
|
NetworkProfile |
withVnetId(String vnetId)
Set iD of the Vnet created for OSA cluster.
|
public String vnetCidr()
public NetworkProfile withVnetCidr(String vnetCidr)
vnetCidr - the vnetCidr value to setpublic String peerVnetId()
public NetworkProfile withPeerVnetId(String peerVnetId)
peerVnetId - the peerVnetId value to setpublic String vnetId()
public NetworkProfile withVnetId(String vnetId)
vnetId - the vnetId value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/