APIServerProfile Class
APIServerProfile represents an API server profile.
- Inheritance
-
APIServerProfile
Constructor
APIServerProfile(*, visibility: Optional[Union[str, azure.mgmt.redhatopenshift.v2020_04_30.models._azure_red_hat_open_shift4_client_enums.Visibility]] = None, url: Optional[str] = None, ip: Optional[str] = None, **kwargs)
Variables
- visibility
- str or Visibility
API server visibility (immutable). Possible values include: "Private", "Public".
- url
- str
The URL to access the cluster API server (immutable).
- ip
- str
The IP of the cluster API server (immutable).
Feedback
Submit and view feedback for