Sha256: 8670ca4af49ebf5b2589b200baf2e2859432766e7a6286492b04bf255dbb046f
Contents?: true
Size: 1.78 KB
Versions: 2
Compression:
Stored size: 1.78 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() { required: false, serialized_name: 'VMwareV2', type: { name: 'Composite', class_name: 'VMwareV2FabricSpecificDetails', model_properties: { instanceType: { required: true, serialized_name: 'instanceType', type: { name: 'String' } }, srs_service_endpoint: { required: false, serialized_name: 'srsServiceEndpoint', type: { name: 'String' } }, rcm_service_endpoint: { required: false, serialized_name: 'rcmServiceEndpoint', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems