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
12042 12043 12044 |
# File 'generated/google/apis/compute_v1/classes.rb', line 12042 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
12040 12041 12042 |
# File 'generated/google/apis/compute_v1/classes.rb', line 12040 def xpn_resource @xpn_resource end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12047 12048 12049 |
# File 'generated/google/apis/compute_v1/classes.rb', line 12047 def update!(**args) @xpn_resource = args[:xpn_resource] if args.key?(:xpn_resource) end |