Class: Google::Apis::ComputeV1::PacketMirroringNetworkInfo
- Inherits:
-
Object
- Object
- Google::Apis::ComputeV1::PacketMirroringNetworkInfo
- 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
-
#canonical_url ⇒ String
[Output Only] Unique identifier for the network; defined by the server.
-
#url ⇒ String
URL of the network resource.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PacketMirroringNetworkInfo
constructor
A new instance of PacketMirroringNetworkInfo.
-
#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) ⇒ PacketMirroringNetworkInfo
Returns a new instance of PacketMirroringNetworkInfo.
19246 19247 19248 |
# File 'generated/google/apis/compute_v1/classes.rb', line 19246 def initialize(**args) update!(**args) end |
Instance Attribute Details
#canonical_url ⇒ String
[Output Only] Unique identifier for the network; defined by the server.
Corresponds to the JSON property canonicalUrl
19239 19240 19241 |
# File 'generated/google/apis/compute_v1/classes.rb', line 19239 def canonical_url @canonical_url end |
#url ⇒ String
URL of the network resource.
Corresponds to the JSON property url
19244 19245 19246 |
# File 'generated/google/apis/compute_v1/classes.rb', line 19244 def url @url end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
19251 19252 19253 19254 |
# File 'generated/google/apis/compute_v1/classes.rb', line 19251 def update!(**args) @canonical_url = args[:canonical_url] if args.key?(:canonical_url) @url = args[:url] if args.key?(:url) end |