Class KubernetesClusterBackupDatasourceParametersResponse


  • public final class KubernetesClusterBackupDatasourceParametersResponse
    extends java.lang.Object
    • Method Detail

      • excludedNamespaces

        public java.util.List<java.lang.String> excludedNamespaces()
        Returns:
        Gets or sets the exclude namespaces property. This property sets the namespaces to be excluded during restore.
      • excludedResourceTypes

        public java.util.List<java.lang.String> excludedResourceTypes()
        Returns:
        Gets or sets the exclude resource types property. This property sets the resource types to be excluded during restore.
      • includeClusterScopeResources

        public java.lang.Boolean includeClusterScopeResources()
        Returns:
        Gets or sets the include cluster resources property. This property if enabled will include cluster scope resources during restore.
      • includedNamespaces

        public java.util.List<java.lang.String> includedNamespaces()
        Returns:
        Gets or sets the include namespaces property. This property sets the namespaces to be included during restore.
      • includedResourceTypes

        public java.util.List<java.lang.String> includedResourceTypes()
        Returns:
        Gets or sets the include resource types property. This property sets the resource types to be included during restore.
      • labelSelectors

        public java.util.List<java.lang.String> labelSelectors()
        Returns:
        Gets or sets the LabelSelectors property. This property sets the resource with such label selectors to be included during restore.
      • objectType

        public java.lang.String objectType()
        Returns:
        Type of the specific object - used for deserializing Expected value is 'KubernetesClusterBackupDatasourceParameters'.
      • snapshotVolumes

        public java.lang.Boolean snapshotVolumes()
        Returns:
        Gets or sets the volume snapshot property. This property if enabled will take volume snapshots during restore.