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.
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

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
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