NetworkProfile Class

NetworkProfile represents a network profile.

Inheritance
NetworkProfile

Constructor

NetworkProfile(*, pod_cidr: Optional[str] = None, service_cidr: Optional[str] = None, **kwargs)

Variables

pod_cidr
str

The CIDR used for OpenShift/Kubernetes Pods (immutable).

service_cidr
str

The CIDR used for OpenShift/Kubernetes Services (immutable).