Show / Hide Table of Contents

Class KubernetesClusterDataSourceSummary

A Kubernetes collection data source summary.

Inheritance
object
DataSourceSummary
KubernetesClusterDataSourceSummary
Inherited Members
DataSourceSummary.Key
DataSourceSummary.Name
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ManagementagentService.Models
Assembly: OCI.DotNetSDK.Managementagent.dll
Syntax
public class KubernetesClusterDataSourceSummary : DataSourceSummary

Properties

IsDaemonSet

Declaration
[JsonProperty(PropertyName = "isDaemonSet")]
public bool? IsDaemonSet { get; set; }
Property Value
Type Description
bool?

true if the Kubernetes cluster type is Daemon set

In this article
Back to top