Class K8SScheduling

java.lang.Object
com.azure.resourcemanager.azurearcdata.models.K8SScheduling

public final class K8SScheduling extends Object
The kubernetes scheduling information.
  • Constructor Details

    • K8SScheduling

      public K8SScheduling()
      Creates an instance of K8SScheduling class.
  • Method Details

    • defaultProperty

      public K8SSchedulingOptions defaultProperty()
      Get the defaultProperty property: The kubernetes scheduling options. It describes restrictions used to help Kubernetes select appropriate nodes to host the database service.
      Returns:
      the defaultProperty value.
    • withDefaultProperty

      public K8SScheduling withDefaultProperty(K8SSchedulingOptions defaultProperty)
      Set the defaultProperty property: The kubernetes scheduling options. It describes restrictions used to help Kubernetes select appropriate nodes to host the database service.
      Parameters:
      defaultProperty - the defaultProperty value to set.
      Returns:
      the K8SScheduling object itself.
    • additionalProperties

      public Map<String,Object> additionalProperties()
      Get the additionalProperties property: The kubernetes scheduling information.
      Returns:
      the additionalProperties value.
    • withAdditionalProperties

      public K8SScheduling withAdditionalProperties(Map<String,Object> additionalProperties)
      Set the additionalProperties property: The kubernetes scheduling information.
      Parameters:
      additionalProperties - the additionalProperties value to set.
      Returns:
      the K8SScheduling object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.