Class: Google::Apis::GkeonpremV1::VmwareCluster

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/gkeonprem_v1/classes.rb,
lib/google/apis/gkeonprem_v1/representations.rb,
lib/google/apis/gkeonprem_v1/representations.rb

Overview

Resource that represents a VMware user cluster. ##

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ VmwareCluster

Returns a new instance of VmwareCluster.



4572
4573
4574
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4572

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#admin_cluster_membershipString

Required. The admin cluster this VMware user cluster belongs to. This is the full resource name of the admin cluster's fleet membership. In the future, references to other resource types might be allowed if admin clusters are modeled as their own resources. Corresponds to the JSON property adminClusterMembership

Returns:

  • (String)


4390
4391
4392
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4390

def admin_cluster_membership
  @admin_cluster_membership
end

#admin_cluster_nameString

Output only. The resource name of the VMware admin cluster hosting this user cluster. Corresponds to the JSON property adminClusterName

Returns:

  • (String)


4396
4397
4398
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4396

def admin_cluster_name
  @admin_cluster_name
end

#annotationsHash<String,String>

Annotations on the VMware user 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. Corresponds to the JSON property annotations

Returns:

  • (Hash<String,String>)


4406
4407
4408
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4406

def annotations
  @annotations
end

#anti_affinity_groupsGoogle::Apis::GkeonpremV1::VmwareAagConfig

Specifies anti affinity group config for the VMware user cluster. Corresponds to the JSON property antiAffinityGroups



4411
4412
4413
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4411

def anti_affinity_groups
  @anti_affinity_groups
end

#authorizationGoogle::Apis::GkeonpremV1::Authorization

Authorization defines the On-Prem cluster authorization configuration to bootstrap onto the admin cluster. Corresponds to the JSON property authorization



4417
4418
4419
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4417

def authorization
  @authorization
end

#auto_repair_configGoogle::Apis::GkeonpremV1::VmwareAutoRepairConfig

Specifies config to enable/disable auto repair. The cluster-health-controller is deployed only if Enabled is true. Corresponds to the JSON property autoRepairConfig



4423
4424
4425
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4423

def auto_repair_config
  @auto_repair_config
end

#control_plane_nodeGoogle::Apis::GkeonpremV1::VmwareControlPlaneNodeConfig

Specifies control plane node config for the VMware user cluster. Corresponds to the JSON property controlPlaneNode



4428
4429
4430
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4428

def control_plane_node
  @control_plane_node
end

#create_timeString

Output only. The time at which VMware user cluster was created. Corresponds to the JSON property createTime

Returns:

  • (String)


4433
4434
4435
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4433

def create_time
  @create_time
end

#dataplane_v2Google::Apis::GkeonpremV1::VmwareDataplaneV2Config

Contains configurations for Dataplane V2, which is optimized dataplane for Kubernetes networking. For more information, see: https://cloud.google.com/ kubernetes-engine/docs/concepts/dataplane-v2 Corresponds to the JSON property dataplaneV2



4440
4441
4442
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4440

def dataplane_v2
  @dataplane_v2
end

#delete_timeString

Output only. The time at which VMware user cluster was deleted. Corresponds to the JSON property deleteTime

Returns:

  • (String)


4445
4446
4447
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4445

def delete_time
  @delete_time
end

#descriptionString

A human readable description of this VMware user cluster. Corresponds to the JSON property description

Returns:

  • (String)


4450
4451
4452
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4450

def description
  @description
end

#disable_bundled_ingressBoolean Also known as: disable_bundled_ingress?

Disable bundled ingress. Corresponds to the JSON property disableBundledIngress

Returns:

  • (Boolean)


4455
4456
4457
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4455

def disable_bundled_ingress
  @disable_bundled_ingress
end

#enable_control_plane_v2Boolean Also known as: enable_control_plane_v2?

Enable control plane V2. Default to false. Corresponds to the JSON property enableControlPlaneV2

Returns:

  • (Boolean)


4461
4462
4463
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4461

def enable_control_plane_v2
  @enable_control_plane_v2
end

#endpointString

Output only. The DNS name of VMware user cluster's API server. Corresponds to the JSON property endpoint

Returns:

  • (String)


4467
4468
4469
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4467

def endpoint
  @endpoint
end

#etagString

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. Corresponds to the JSON property etag

Returns:

  • (String)


4475
4476
4477
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4475

def etag
  @etag
end

#fleetGoogle::Apis::GkeonpremV1::Fleet

Fleet related configuration. Fleets are a Google Cloud concept for logically organizing clusters, letting you use and manage multi-cluster capabilities and apply consistent policies across your systems. See Anthos Fleets for more details on Anthos multi-cluster capabilities using Fleets. ## Corresponds to the JSON property fleet



4484
4485
4486
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4484

def fleet
  @fleet
end

#load_balancerGoogle::Apis::GkeonpremV1::VmwareLoadBalancerConfig

Specifies the locad balancer config for the VMware user cluster. Corresponds to the JSON property loadBalancer



4489
4490
4491
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4489

def load_balancer
  @load_balancer
end

#local_nameString

Output only. The object name of the VMware OnPremUserCluster custom resource on the associated admin cluster. 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. Corresponds to the JSON property localName

Returns:

  • (String)


4501
4502
4503
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4501

def local_name
  @local_name
end

#nameString

Immutable. The VMware user cluster resource name. Corresponds to the JSON property name

Returns:

  • (String)


4506
4507
4508
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4506

def name
  @name
end

#network_configGoogle::Apis::GkeonpremV1::VmwareNetworkConfig

Specifies network config for the VMware user cluster. Corresponds to the JSON property networkConfig



4511
4512
4513
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4511

def network_config
  @network_config
end

#on_prem_versionString

Required. The Anthos clusters on the VMware version for your user cluster. Corresponds to the JSON property onPremVersion

Returns:

  • (String)


4516
4517
4518
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4516

def on_prem_version
  @on_prem_version
end

#reconcilingBoolean Also known as: reconciling?

Output only. If set, there are currently changes in flight to the VMware user cluster. Corresponds to the JSON property reconciling

Returns:

  • (Boolean)


4522
4523
4524
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4522

def reconciling
  @reconciling
end

#stateString

Output only. The current state of VMware user cluster. Corresponds to the JSON property state

Returns:

  • (String)


4528
4529
4530
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4528

def state
  @state
end

#statusGoogle::Apis::GkeonpremV1::ResourceStatus

ResourceStatus describes why a cluster or node pool has a certain status. (e.g. , ERROR or DEGRADED). Corresponds to the JSON property status



4534
4535
4536
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4534

def status
  @status
end

#storageGoogle::Apis::GkeonpremV1::VmwareStorageConfig

Specifies vSphere CSI components deployment config in the VMware user cluster. Corresponds to the JSON property storage



4539
4540
4541
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4539

def storage
  @storage
end

#uidString

Output only. The unique identifier of the VMware user cluster. Corresponds to the JSON property uid

Returns:

  • (String)


4544
4545
4546
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4544

def uid
  @uid
end

#update_timeString

Output only. The time at which VMware user cluster was last updated. Corresponds to the JSON property updateTime

Returns:

  • (String)


4549
4550
4551
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4549

def update_time
  @update_time
end

#upgrade_policyGoogle::Apis::GkeonpremV1::VmwareClusterUpgradePolicy

VmwareClusterUpgradePolicy defines the cluster upgrade policy. Corresponds to the JSON property upgradePolicy



4554
4555
4556
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4554

def upgrade_policy
  @upgrade_policy
end

#validation_checkGoogle::Apis::GkeonpremV1::ValidationCheck

ValidationCheck represents the result of preflight check. Corresponds to the JSON property validationCheck



4559
4560
4561
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4559

def validation_check
  @validation_check
end

#vcenterGoogle::Apis::GkeonpremV1::VmwareVCenterConfig

Represents configuration for the VMware VCenter for the user cluster. Corresponds to the JSON property vcenter



4564
4565
4566
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4564

def vcenter
  @vcenter
end

#vm_tracking_enabledBoolean Also known as: vm_tracking_enabled?

Enable VM tracking. Corresponds to the JSON property vmTrackingEnabled

Returns:

  • (Boolean)


4569
4570
4571
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4569

def vm_tracking_enabled
  @vm_tracking_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4577
4578
4579
4580
4581
4582
4583
4584
4585
4586
4587
4588
4589
4590
4591
4592
4593
4594
4595
4596
4597
4598
4599
4600
4601
4602
4603
4604
4605
4606
4607
4608
4609
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4577

def update!(**args)
  @admin_cluster_membership = args[:admin_cluster_membership] if args.key?(:admin_cluster_membership)
  @admin_cluster_name = args[:admin_cluster_name] if args.key?(:admin_cluster_name)
  @annotations = args[:annotations] if args.key?(:annotations)
  @anti_affinity_groups = args[:anti_affinity_groups] if args.key?(:anti_affinity_groups)
  @authorization = args[:authorization] if args.key?(:authorization)
  @auto_repair_config = args[:auto_repair_config] if args.key?(:auto_repair_config)
  @control_plane_node = args[:control_plane_node] if args.key?(:control_plane_node)
  @create_time = args[:create_time] if args.key?(:create_time)
  @dataplane_v2 = args[:dataplane_v2] if args.key?(:dataplane_v2)
  @delete_time = args[:delete_time] if args.key?(:delete_time)
  @description = args[:description] if args.key?(:description)
  @disable_bundled_ingress = args[:disable_bundled_ingress] if args.key?(:disable_bundled_ingress)
  @enable_control_plane_v2 = args[:enable_control_plane_v2] if args.key?(:enable_control_plane_v2)
  @endpoint = args[:endpoint] if args.key?(:endpoint)
  @etag = args[:etag] if args.key?(:etag)
  @fleet = args[:fleet] if args.key?(:fleet)
  @load_balancer = args[:load_balancer] if args.key?(:load_balancer)
  @local_name = args[:local_name] if args.key?(:local_name)
  @name = args[:name] if args.key?(:name)
  @network_config = args[:network_config] if args.key?(:network_config)
  @on_prem_version = args[:on_prem_version] if args.key?(:on_prem_version)
  @reconciling = args[:reconciling] if args.key?(:reconciling)
  @state = args[:state] if args.key?(:state)
  @status = args[:status] if args.key?(:status)
  @storage = args[:storage] if args.key?(:storage)
  @uid = args[:uid] if args.key?(:uid)
  @update_time = args[:update_time] if args.key?(:update_time)
  @upgrade_policy = args[:upgrade_policy] if args.key?(:upgrade_policy)
  @validation_check = args[:validation_check] if args.key?(:validation_check)
  @vcenter = args[:vcenter] if args.key?(:vcenter)
  @vm_tracking_enabled = args[:vm_tracking_enabled] if args.key?(:vm_tracking_enabled)
end