class Azure::AnalysisServices::Mgmt::V2017_08_01_beta::Models::GatewayDetails
The gateway details.
Attributes
dmts_cluster_uri[RW]
@return [String] Uri of the DMTS cluster.
gateway_object_id[RW]
@return [String] Gateway object id from in the DMTS cluster for the gateway resource.
gateway_resource_id[RW]
@return [String] Gateway resource to be associated with the server.
Public Class Methods
mapper()
click to toggle source
Mapper for GatewayDetails
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-08-01-beta/generated/azure_mgmt_analysis_services/models/gateway_details.rb, line 30 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'GatewayDetails', type: { name: 'Composite', class_name: 'GatewayDetails', model_properties: { gateway_resource_id: { client_side_validation: true, required: false, serialized_name: 'gatewayResourceId', type: { name: 'String' } }, gateway_object_id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'gatewayObjectId', type: { name: 'String' } }, dmts_cluster_uri: { client_side_validation: true, required: false, read_only: true, serialized_name: 'dmtsClusterUri', type: { name: 'String' } } } } } end