NetworkProfile Class

Represents the OpenShift networking configuration.

Inheritance
NetworkProfile

Constructor

NetworkProfile(*, vnet_cidr: Optional[str] = '10.0.0.0/8', peer_vnet_id: Optional[str] = None, vnet_id: Optional[str] = None, **kwargs)

Variables

vnet_cidr
str

CIDR for the OpenShift Vnet.

peer_vnet_id
str

CIDR of the Vnet to peer.

vnet_id
str

ID of the Vnet created for OSA cluster.