Sha256: 78c39491924b8395437237c8eac978fc511e9ad153536f778a3b6c8f234dbdaa
Contents?: true
Size: 1.95 KB
Versions: 6
Compression:
Stored size: 1.95 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator. # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::RecoveryServicesSiteRecovery::Mgmt::V2016_08_10 module Models # # VMwareV2 fabric Specific Details. # class VMwareV2FabricSpecificDetails < FabricSpecificDetails include MsRestAzure def initialize @instanceType = "VMwareV2" end attr_accessor :instanceType # @return [String] The endpoint for making requests to the SRS Service. attr_accessor :srs_service_endpoint # @return [String] The endpoint for making requests to the RCM Service. attr_accessor :rcm_service_endpoint # # Mapper for VMwareV2FabricSpecificDetails class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VMwareV2', type: { name: 'Composite', class_name: 'VMwareV2FabricSpecificDetails', model_properties: { instanceType: { client_side_validation: true, required: true, serialized_name: 'instanceType', type: { name: 'String' } }, srs_service_endpoint: { client_side_validation: true, required: false, serialized_name: 'srsServiceEndpoint', type: { name: 'String' } }, rcm_service_endpoint: { client_side_validation: true, required: false, serialized_name: 'rcmServiceEndpoint', type: { name: 'String' } } } } } end end end end
Version data entries
6 entries across 6 versions & 1 rubygems