Class: Google::Apis::DnsV1beta2::ManagedZonePeeringConfigTargetNetwork
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::ManagedZonePeeringConfigTargetNetwork
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dns_v1beta2/classes.rb,
generated/google/apis/dns_v1beta2/representations.rb,
generated/google/apis/dns_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#deactivate_time ⇒ String
Corresponds to the JSON property
deactivateTime
. -
#kind ⇒ String
Identifies what kind of resource this is.
-
#network_url ⇒ String
Corresponds to the JSON property
networkUrl
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ManagedZonePeeringConfigTargetNetwork
constructor
A new instance of ManagedZonePeeringConfigTargetNetwork.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ManagedZonePeeringConfigTargetNetwork
Returns a new instance of ManagedZonePeeringConfigTargetNetwork
569 570 571 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 569 def initialize(**args) update!(**args) end |
Instance Attribute Details
#deactivate_time ⇒ String
Corresponds to the JSON property deactivateTime
556 557 558 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 556 def deactivate_time @deactivate_time end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "dns#
managedZonePeeringConfigTargetNetwork".
Corresponds to the JSON property kind
562 563 564 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 562 def kind @kind end |
#network_url ⇒ String
Corresponds to the JSON property networkUrl
567 568 569 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 567 def network_url @network_url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
574 575 576 577 578 |
# File 'generated/google/apis/dns_v1beta2/classes.rb', line 574 def update!(**args) @deactivate_time = args[:deactivate_time] if args.key?(:deactivate_time) @kind = args[:kind] if args.key?(:kind) @network_url = args[:network_url] if args.key?(:network_url) end |