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
Service resource (a.k.a service project) ID.
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
18649 18650 18651 |
# File 'generated/google/apis/compute_v1/classes.rb', line 18649 def initialize(**args) update!(**args) end |
Instance Attribute Details
#xpn_resource ⇒ Google::Apis::ComputeV1::XpnResourceId
Service resource (a.k.a service project) ID.
Corresponds to the JSON property xpnResource
18647 18648 18649 |
# File 'generated/google/apis/compute_v1/classes.rb', line 18647 def xpn_resource @xpn_resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
18654 18655 18656 |
# File 'generated/google/apis/compute_v1/classes.rb', line 18654 def update!(**args) @xpn_resource = args[:xpn_resource] if args.key?(:xpn_resource) end |