Class: Google::Apis::DnsV1beta2::OperationManagedZoneContext
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::OperationManagedZoneContext
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dns_v1beta2/classes.rb,
lib/google/apis/dns_v1beta2/representations.rb,
lib/google/apis/dns_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#new_value ⇒ Google::Apis::DnsV1beta2::ManagedZone
A zone is a subtree of the DNS namespace under one administrative responsibility.
-
#old_value ⇒ Google::Apis::DnsV1beta2::ManagedZone
A zone is a subtree of the DNS namespace under one administrative responsibility.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OperationManagedZoneContext
constructor
A new instance of OperationManagedZoneContext.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OperationManagedZoneContext
Returns a new instance of OperationManagedZoneContext.
1499 1500 1501 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1499 def initialize(**args) update!(**args) end |
Instance Attribute Details
#new_value ⇒ Google::Apis::DnsV1beta2::ManagedZone
A zone is a subtree of the DNS namespace under one administrative
responsibility. A ManagedZone is a resource that represents a DNS zone hosted
by the Cloud DNS service.
Corresponds to the JSON property newValue
1490 1491 1492 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1490 def new_value @new_value end |
#old_value ⇒ Google::Apis::DnsV1beta2::ManagedZone
A zone is a subtree of the DNS namespace under one administrative
responsibility. A ManagedZone is a resource that represents a DNS zone hosted
by the Cloud DNS service.
Corresponds to the JSON property oldValue
1497 1498 1499 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1497 def old_value @old_value end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1504 1505 1506 1507 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 1504 def update!(**args) @new_value = args[:new_value] if args.key?(:new_value) @old_value = args[:old_value] if args.key?(:old_value) end |