class Azure::Network::Mgmt::V2019_04_01::Models::VpnSiteId
Attributes
vpn_site[RW]
@return [String] The resource-uri of the vpn-site for which config is to be fetched.
Public Class Methods
mapper()
click to toggle source
Mapper for VpnSiteId class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-04-01/generated/azure_mgmt_network/models/vpn_site_id.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VpnSiteId', type: { name: 'Composite', class_name: 'VpnSiteId', model_properties: { vpn_site: { client_side_validation: true, required: false, read_only: true, serialized_name: 'vpnSite', type: { name: 'String' } } } } } end