Class: Google::Apis::GkeonpremV1::VmwareControlPlaneV2Config
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::VmwareControlPlaneV2Config
- 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 more...
Overview
Specifies control plane V2 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) ⇒ VmwareControlPlaneV2Config
constructor
A new instance of VmwareControlPlaneV2Config.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ VmwareControlPlaneV2Config
Returns a new instance of VmwareControlPlaneV2Config.
4798 4799 4800 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4798 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
4796 4797 4798 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4796 def control_plane_ip_block @control_plane_ip_block end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4803 4804 4805 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 4803 def update!(**args) @control_plane_ip_block = args[:control_plane_ip_block] if args.key?(:control_plane_ip_block) end |