class Azure::Network::Mgmt::V2020_07_01::Models::VpnConnectionPacketCaptureStopParameters
Vpn Connection packet capture parameters supplied to stop packet capture on gateway connection.
Attributes
link_connection_names[RW]
@return [Array<String>] List of site link connection names.
sas_url[RW]
@return [String] SAS url for packet capture on vpn connection.
Public Class Methods
mapper()
click to toggle source
Mapper for VpnConnectionPacketCaptureStopParameters
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2020-07-01/generated/azure_mgmt_network/models/vpn_connection_packet_capture_stop_parameters.rb, line 27 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VpnConnectionPacketCaptureStopParameters', type: { name: 'Composite', class_name: 'VpnConnectionPacketCaptureStopParameters', model_properties: { sas_url: { client_side_validation: true, required: false, serialized_name: 'sasUrl', type: { name: 'String' } }, link_connection_names: { client_side_validation: true, required: false, serialized_name: 'linkConnectionNames', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'StringElementType', type: { name: 'String' } } } } } } } end