Class: Google::Apis::DnsV1::ManagedZonePrivateVisibilityConfigNetwork

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dns_v1/classes.rb,
lib/google/apis/dns_v1/representations.rb,
lib/google/apis/dns_v1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ManagedZonePrivateVisibilityConfigNetwork

Returns a new instance of ManagedZonePrivateVisibilityConfigNetwork.



1180
1181
1182
# File 'lib/google/apis/dns_v1/classes.rb', line 1180

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Corresponds to the JSON property kind

Returns:

  • (String)


1171
1172
1173
# File 'lib/google/apis/dns_v1/classes.rb', line 1171

def kind
  @kind
end

#network_urlString

The fully qualified URL of the VPC network to bind to. Format this URL like https://www.googleapis.com/compute/v1/projects/`project`/global/networks/` network Corresponds to the JSON propertynetworkUrl`

Returns:

  • (String)


1178
1179
1180
# File 'lib/google/apis/dns_v1/classes.rb', line 1178

def network_url
  @network_url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1185
1186
1187
1188
# File 'lib/google/apis/dns_v1/classes.rb', line 1185

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @network_url = args[:network_url] if args.key?(:network_url)
end