class Azure::Network::Mgmt::V2019_08_01::Models::P2SVpnConnectionHealth
P2S Vpn connection detailed health written to sas url.
Attributes
sas_url[RW]
@return [String] Returned sas url of the blob to which the p2s vpn connection detailed health will be written.
Public Class Methods
mapper()
click to toggle source
Mapper for P2SVpnConnectionHealth
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-08-01/generated/azure_mgmt_network/models/p2svpn_connection_health.rb, line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'P2SVpnConnectionHealth', type: { name: 'Composite', class_name: 'P2SVpnConnectionHealth', model_properties: { sas_url: { client_side_validation: true, required: false, serialized_name: 'sasUrl', type: { name: 'String' } } } } } end