Class: Google::Apis::NetworkmanagementV1::WebPath
- Inherits:
-
Object
- Object
- Google::Apis::NetworkmanagementV1::WebPath
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/networkmanagement_v1/classes.rb,
lib/google/apis/networkmanagement_v1/representations.rb,
lib/google/apis/networkmanagement_v1/representations.rb
Overview
Message describing WebPath resource.
Instance Attribute Summary collapse
-
#create_time ⇒ String
Output only.
-
#destination ⇒ String
Output only.
-
#destination_geo_location ⇒ Google::Apis::NetworkmanagementV1::GeoLocation
The geographical location of the MonitoringPoint.
-
#display_name ⇒ String
Output only.
-
#interval ⇒ String
Output only.
-
#monitoring_enabled ⇒ Boolean
(also: #monitoring_enabled?)
Output only.
-
#monitoring_policy_display_name ⇒ String
Output only.
-
#monitoring_policy_id ⇒ String
Output only.
-
#monitoring_status ⇒ String
Output only.
-
#name ⇒ String
Identifier.
-
#provider_tags ⇒ Array<Google::Apis::NetworkmanagementV1::ProviderTag>
Output only.
-
#provider_ui_uri ⇒ String
Output only.
-
#related_network_path_id ⇒ String
Output only.
-
#source_monitoring_point_id ⇒ String
Output only.
-
#update_time ⇒ String
Output only.
-
#workflow_type ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ WebPath
constructor
A new instance of WebPath.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ WebPath
Returns a new instance of WebPath.
4701 4702 4703 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4701 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Output only. The time the WebPath was created.
Corresponds to the JSON property createTime
4621 4622 4623 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4621 def create_time @create_time end |
#destination ⇒ String
Output only. Web monitoring target.
Corresponds to the JSON property destination
4626 4627 4628 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4626 def destination @destination end |
#destination_geo_location ⇒ Google::Apis::NetworkmanagementV1::GeoLocation
The geographical location of the MonitoringPoint.
Corresponds to the JSON property destinationGeoLocation
4631 4632 4633 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4631 def destination_geo_location @destination_geo_location end |
#display_name ⇒ String
Output only. Display name of the WebPath.
Corresponds to the JSON property displayName
4636 4637 4638 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4636 def display_name @display_name end |
#interval ⇒ String
Output only. Monitoring interval.
Corresponds to the JSON property interval
4641 4642 4643 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4641 def interval @interval end |
#monitoring_enabled ⇒ Boolean Also known as: monitoring_enabled?
Output only. Is monitoring enabled for the WebPath.
Corresponds to the JSON property monitoringEnabled
4646 4647 4648 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4646 def monitoring_enabled @monitoring_enabled end |
#monitoring_policy_display_name ⇒ String
Output only. Display name of the monitoring policy.
Corresponds to the JSON property monitoringPolicyDisplayName
4652 4653 4654 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4652 def monitoring_policy_display_name @monitoring_policy_display_name end |
#monitoring_policy_id ⇒ String
Output only. ID of the monitoring policy.
Corresponds to the JSON property monitoringPolicyId
4657 4658 4659 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4657 def monitoring_policy_id @monitoring_policy_id end |
#monitoring_status ⇒ String
Output only. The monitoring status of the WebPath.
Corresponds to the JSON property monitoringStatus
4662 4663 4664 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4662 def monitoring_status @monitoring_status end |
#name ⇒ String
Identifier. Name of the resource. Format: projects/project/locations/
location/networkMonitoringProviders/network_monitoring_provider/webPaths/
web_path`
Corresponds to the JSON propertyname`
4669 4670 4671 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4669 def name @name end |
#provider_tags ⇒ Array<Google::Apis::NetworkmanagementV1::ProviderTag>
Output only. The provider tags of the web path.
Corresponds to the JSON property providerTags
4674 4675 4676 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4674 def @provider_tags end |
#provider_ui_uri ⇒ String
Output only. Link to provider's UI; link shows the WebPath.
Corresponds to the JSON property providerUiUri
4679 4680 4681 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4679 def provider_ui_uri @provider_ui_uri end |
#related_network_path_id ⇒ String
Output only. Provider's UUID of the related NetworkPath.
Corresponds to the JSON property relatedNetworkPathId
4684 4685 4686 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4684 def @related_network_path_id end |
#source_monitoring_point_id ⇒ String
Output only. ID of the source MonitoringPoint.
Corresponds to the JSON property sourceMonitoringPointId
4689 4690 4691 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4689 def source_monitoring_point_id @source_monitoring_point_id end |
#update_time ⇒ String
Output only. The time the WebPath was updated.
Corresponds to the JSON property updateTime
4694 4695 4696 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4694 def update_time @update_time end |
#workflow_type ⇒ String
Output only. The workflow type of the WebPath.
Corresponds to the JSON property workflowType
4699 4700 4701 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4699 def workflow_type @workflow_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4706 4707 4708 4709 4710 4711 4712 4713 4714 4715 4716 4717 4718 4719 4720 4721 4722 4723 |
# File 'lib/google/apis/networkmanagement_v1/classes.rb', line 4706 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @destination = args[:destination] if args.key?(:destination) @destination_geo_location = args[:destination_geo_location] if args.key?(:destination_geo_location) @display_name = args[:display_name] if args.key?(:display_name) @interval = args[:interval] if args.key?(:interval) @monitoring_enabled = args[:monitoring_enabled] if args.key?(:monitoring_enabled) @monitoring_policy_display_name = args[:monitoring_policy_display_name] if args.key?(:monitoring_policy_display_name) @monitoring_policy_id = args[:monitoring_policy_id] if args.key?(:monitoring_policy_id) @monitoring_status = args[:monitoring_status] if args.key?(:monitoring_status) @name = args[:name] if args.key?(:name) @provider_tags = args[:provider_tags] if args.key?(:provider_tags) @provider_ui_uri = args[:provider_ui_uri] if args.key?(:provider_ui_uri) @related_network_path_id = args[:related_network_path_id] if args.key?(:related_network_path_id) @source_monitoring_point_id = args[:source_monitoring_point_id] if args.key?(:source_monitoring_point_id) @update_time = args[:update_time] if args.key?(:update_time) @workflow_type = args[:workflow_type] if args.key?(:workflow_type) end |