class Azure::Network::Mgmt::V2018_07_01::Models::VpnSiteId

VpnSite Resource.

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/2018-07-01/generated/azure_mgmt_network/models/vpn_site_id.rb, line 24
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