UpdateClusterOptionsDetails¶
- 
class oci.container_engine.models.UpdateClusterOptionsDetails(**kwargs)¶
- Bases: - object- The properties that define extra options updating a cluster. - Methods - __init__(**kwargs)- Initializes a new UpdateClusterOptionsDetails object with values from keyword arguments. - Attributes - admission_controller_options- Gets the admission_controller_options of this UpdateClusterOptionsDetails. - open_id_connect_discovery- Gets the open_id_connect_discovery of this UpdateClusterOptionsDetails. - open_id_connect_token_authentication_config- Gets the open_id_connect_token_authentication_config of this UpdateClusterOptionsDetails. - persistent_volume_config- Gets the persistent_volume_config of this UpdateClusterOptionsDetails. - service_lb_config- Gets the service_lb_config of this UpdateClusterOptionsDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdateClusterOptionsDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - admission_controller_options (oci.container_engine.models.AdmissionControllerOptions) – The value to assign to the admission_controller_options property of this UpdateClusterOptionsDetails.
- persistent_volume_config (oci.container_engine.models.PersistentVolumeConfigDetails) – The value to assign to the persistent_volume_config property of this UpdateClusterOptionsDetails.
- service_lb_config (oci.container_engine.models.ServiceLbConfigDetails) – The value to assign to the service_lb_config property of this UpdateClusterOptionsDetails.
- open_id_connect_token_authentication_config (oci.container_engine.models.OpenIdConnectTokenAuthenticationConfig) – The value to assign to the open_id_connect_token_authentication_config property of this UpdateClusterOptionsDetails.
- open_id_connect_discovery (oci.container_engine.models.OpenIdConnectDiscovery) – The value to assign to the open_id_connect_discovery property of this UpdateClusterOptionsDetails.
 
 - 
admission_controller_options¶
- Gets the admission_controller_options of this UpdateClusterOptionsDetails. Configurable cluster admission controllers - Returns: - The admission_controller_options of this UpdateClusterOptionsDetails. - Return type: - oci.container_engine.models.AdmissionControllerOptions 
 - 
open_id_connect_discovery¶
- Gets the open_id_connect_discovery of this UpdateClusterOptionsDetails. - Returns: - The open_id_connect_discovery of this UpdateClusterOptionsDetails. - Return type: - oci.container_engine.models.OpenIdConnectDiscovery 
 - 
open_id_connect_token_authentication_config¶
- Gets the open_id_connect_token_authentication_config of this UpdateClusterOptionsDetails. - Returns: - The open_id_connect_token_authentication_config of this UpdateClusterOptionsDetails. - Return type: - oci.container_engine.models.OpenIdConnectTokenAuthenticationConfig 
 - 
persistent_volume_config¶
- Gets the persistent_volume_config of this UpdateClusterOptionsDetails. - Returns: - The persistent_volume_config of this UpdateClusterOptionsDetails. - Return type: - oci.container_engine.models.PersistentVolumeConfigDetails 
 - 
service_lb_config¶
- Gets the service_lb_config of this UpdateClusterOptionsDetails. - Returns: - The service_lb_config of this UpdateClusterOptionsDetails. - Return type: - oci.container_engine.models.ServiceLbConfigDetails 
 
-