Class: Google::Apis::GkeonpremV1::BareMetalAdminVipConfig
- Inherits:
-
Object
- Object
- Google::Apis::GkeonpremV1::BareMetalAdminVipConfig
- 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
BareMetalAdminVipConfig for bare metal load balancer configurations.
Instance Attribute Summary collapse
-
#control_plane_vip ⇒ String
The VIP which you previously set aside for the Kubernetes API of this bare metal admin cluster.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BareMetalAdminVipConfig
constructor
A new instance of BareMetalAdminVipConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BareMetalAdminVipConfig
Returns a new instance of BareMetalAdminVipConfig.
723 724 725 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 723 def initialize(**args) update!(**args) end |
Instance Attribute Details
#control_plane_vip ⇒ String
The VIP which you previously set aside for the Kubernetes API of this bare
metal admin cluster.
Corresponds to the JSON property controlPlaneVip
721 722 723 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 721 def control_plane_vip @control_plane_vip end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
728 729 730 |
# File 'lib/google/apis/gkeonprem_v1/classes.rb', line 728 def update!(**args) @control_plane_vip = args[:control_plane_vip] if args.key?(:control_plane_vip) end |