Show / Hide Table of Contents

Class BareMetalAdminCluster

Resource that represents a bare metal admin cluster.

Inheritance
object
BareMetalAdminCluster
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEOnPrem.v1.Data
Assembly: Google.Apis.GKEOnPrem.v1.dll
Syntax
public class BareMetalAdminCluster : IDirectResponseSchema

Properties

Annotations

Annotations on the bare metal admin cluster. This field has the same restrictions as Kubernetes annotations. The total size of all keys and values combined is limited to 256k. Key can have 2 segments: prefix (optional) and name (required), separated by a slash (/). Prefix must be a DNS subdomain. Name must be 63 characters or less, begin and end with alphanumerics, with dashes (-), underscores (_), dots (.), and alphanumerics between.

Declaration
[JsonProperty("annotations")]
public virtual IDictionary<string, string> Annotations { get; set; }
Property Value
Type Description
IDictionary<string, string>

BareMetalVersion

The Anthos clusters on bare metal version for the bare metal admin cluster.

Declaration
[JsonProperty("bareMetalVersion")]
public virtual string BareMetalVersion { get; set; }
Property Value
Type Description
string

BinaryAuthorization

Binary Authorization related configurations.

Declaration
[JsonProperty("binaryAuthorization")]
public virtual BinaryAuthorization BinaryAuthorization { get; set; }
Property Value
Type Description
BinaryAuthorization

ClusterOperations

Cluster operations configuration.

Declaration
[JsonProperty("clusterOperations")]
public virtual BareMetalAdminClusterOperationsConfig ClusterOperations { get; set; }
Property Value
Type Description
BareMetalAdminClusterOperationsConfig

ControlPlane

Control plane configuration.

Declaration
[JsonProperty("controlPlane")]
public virtual BareMetalAdminControlPlaneConfig ControlPlane { get; set; }
Property Value
Type Description
BareMetalAdminControlPlaneConfig

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. The time at which this bare metal admin cluster was created.

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

DeleteTime

object representation of DeleteTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use DeleteTimeDateTimeOffset instead.")]
public virtual object DeleteTime { get; set; }
Property Value
Type Description
object

DeleteTimeDateTimeOffset

DateTimeOffset representation of DeleteTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? DeleteTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

DeleteTimeRaw

Output only. The time at which this bare metal admin cluster was deleted. If the resource is not deleted, this must be empty

Declaration
[JsonProperty("deleteTime")]
public virtual string DeleteTimeRaw { get; set; }
Property Value
Type Description
string

Description

A human readable description of this bare metal admin cluster.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. Allows clients to perform consistent read-modify-writes through optimistic concurrency control.

Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
Type Description
string

Endpoint

Output only. The IP address name of bare metal admin cluster's API server.

Declaration
[JsonProperty("endpoint")]
public virtual string Endpoint { get; set; }
Property Value
Type Description
string

Fleet

Output only. Fleet configuration for the cluster.

Declaration
[JsonProperty("fleet")]
public virtual Fleet Fleet { get; set; }
Property Value
Type Description
Fleet

LoadBalancer

Load balancer configuration.

Declaration
[JsonProperty("loadBalancer")]
public virtual BareMetalAdminLoadBalancerConfig LoadBalancer { get; set; }
Property Value
Type Description
BareMetalAdminLoadBalancerConfig

LocalName

Output only. The object name of the bare metal cluster custom resource. This field is used to support conflicting names when enrolling existing clusters to the API. When used as a part of cluster enrollment, this field will differ from the ID in the resource name. For new clusters, this field will match the user provided cluster name and be visible in the last component of the resource name. It is not modifiable. All users should use this name to access their cluster using gkectl or kubectl and should expect to see the local name when viewing admin cluster controller logs.

Declaration
[JsonProperty("localName")]
public virtual string LocalName { get; set; }
Property Value
Type Description
string

MaintenanceConfig

Maintenance configuration.

Declaration
[JsonProperty("maintenanceConfig")]
public virtual BareMetalAdminMaintenanceConfig MaintenanceConfig { get; set; }
Property Value
Type Description
BareMetalAdminMaintenanceConfig

MaintenanceStatus

Output only. MaintenanceStatus representing state of maintenance.

Declaration
[JsonProperty("maintenanceStatus")]
public virtual BareMetalAdminMaintenanceStatus MaintenanceStatus { get; set; }
Property Value
Type Description
BareMetalAdminMaintenanceStatus

Name

Immutable. The bare metal admin cluster resource name.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

NetworkConfig

Network configuration.

Declaration
[JsonProperty("networkConfig")]
public virtual BareMetalAdminNetworkConfig NetworkConfig { get; set; }
Property Value
Type Description
BareMetalAdminNetworkConfig

NodeAccessConfig

Node access related configurations.

Declaration
[JsonProperty("nodeAccessConfig")]
public virtual BareMetalAdminNodeAccessConfig NodeAccessConfig { get; set; }
Property Value
Type Description
BareMetalAdminNodeAccessConfig

NodeConfig

Workload node configuration.

Declaration
[JsonProperty("nodeConfig")]
public virtual BareMetalAdminWorkloadNodeConfig NodeConfig { get; set; }
Property Value
Type Description
BareMetalAdminWorkloadNodeConfig

OsEnvironmentConfig

OS environment related configurations.

Declaration
[JsonProperty("osEnvironmentConfig")]
public virtual BareMetalAdminOsEnvironmentConfig OsEnvironmentConfig { get; set; }
Property Value
Type Description
BareMetalAdminOsEnvironmentConfig

Proxy

Proxy configuration.

Declaration
[JsonProperty("proxy")]
public virtual BareMetalAdminProxyConfig Proxy { get; set; }
Property Value
Type Description
BareMetalAdminProxyConfig

Reconciling

Output only. If set, there are currently changes in flight to the bare metal Admin Cluster.

Declaration
[JsonProperty("reconciling")]
public virtual bool? Reconciling { get; set; }
Property Value
Type Description
bool?

SecurityConfig

Security related configuration.

Declaration
[JsonProperty("securityConfig")]
public virtual BareMetalAdminSecurityConfig SecurityConfig { get; set; }
Property Value
Type Description
BareMetalAdminSecurityConfig

State

Output only. The current state of the bare metal admin cluster.

Declaration
[JsonProperty("state")]
public virtual string State { get; set; }
Property Value
Type Description
string

Status

Output only. ResourceStatus representing detailed cluster status.

Declaration
[JsonProperty("status")]
public virtual ResourceStatus Status { get; set; }
Property Value
Type Description
ResourceStatus

Storage

Storage configuration.

Declaration
[JsonProperty("storage")]
public virtual BareMetalAdminStorageConfig Storage { get; set; }
Property Value
Type Description
BareMetalAdminStorageConfig

Uid

Output only. The unique identifier of the bare metal admin cluster.

Declaration
[JsonProperty("uid")]
public virtual string Uid { get; set; }
Property Value
Type Description
string

UpdateTime

object representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type Description
object

UpdateTimeDateTimeOffset

DateTimeOffset representation of UpdateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

UpdateTimeRaw

Output only. The time at which this bare metal admin cluster was last updated.

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

ValidationCheck

Output only. ValidationCheck representing the result of the preflight check.

Declaration
[JsonProperty("validationCheck")]
public virtual ValidationCheck ValidationCheck { get; set; }
Property Value
Type Description
ValidationCheck

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX