Class: Google::Apis::ComputeV1::ProjectsDisableXpnResourceRequest
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::ProjectsDisableXpnResourceRequest
- Defined in:
- generated/google/apis/compute_v1/classes.rb,
generated/google/apis/compute_v1/representations.rb,
generated/google/apis/compute_v1/representations.rb
Instance Attribute Summary collapse
-
#xpn_resource ⇒ Google::Apis::ComputeV1::XpnResourceId
XpnResourceId Corresponds to the JSON property
xpnResource
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ProjectsDisableXpnResourceRequest
constructor
A new instance of ProjectsDisableXpnResourceRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ ProjectsDisableXpnResourceRequest
Returns a new instance of ProjectsDisableXpnResourceRequest
7179 7180 7181 |
# File 'generated/google/apis/compute_v1/classes.rb', line 7179 def initialize(**args) update!(**args) end |
Instance Attribute Details
#xpn_resource ⇒ Google::Apis::ComputeV1::XpnResourceId
XpnResourceId
Corresponds to the JSON property xpnResource
7177 7178 7179 |
# File 'generated/google/apis/compute_v1/classes.rb', line 7177 def xpn_resource @xpn_resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7184 7185 7186 |
# File 'generated/google/apis/compute_v1/classes.rb', line 7184 def update!(**args) @xpn_resource = args[:xpn_resource] if args.key?(:xpn_resource) end |