Class: Google::Apis::GkeonpremV1::VmwareAdminHaControlPlaneConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::VmwareAdminHaControlPlaneConfig
- 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
Specifies HA admin control plane config.
Instance Attribute Summary collapse
-
#control_plane_ip_block ⇒ Google::Apis::GkeonpremV1::VmwareIpBlock
Represents a collection of IP addresses to assign to nodes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ VmwareAdminHaControlPlaneConfig
constructor
A new instance of VmwareAdminHaControlPlaneConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VmwareAdminHaControlPlaneConfig
Returns a new instance of VmwareAdminHaControlPlaneConfig.
3961 3962 3963 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3961 def initialize(**args) update!(**args) end |
Instance Attribute Details
#control_plane_ip_block ⇒ Google::Apis::GkeonpremV1::VmwareIpBlock
Represents a collection of IP addresses to assign to nodes.
Corresponds to the JSON property controlPlaneIpBlock
3959 3960 3961 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3959 def control_plane_ip_block @control_plane_ip_block end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3966 3967 3968 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 3966 def update!(**args) @control_plane_ip_block = args[:control_plane_ip_block] if args.key?(:control_plane_ip_block) end |