Sha256: c039ea7a47a8538ee65e2497d3d750f95ba712264aa7f37efd28cd249a1e7857
Contents?: true
Size: 1.95 KB
Versions: 1
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::ARM::RecoveryServicesSiteRecovery module Models # # Configure pairing input properties. # class CreateProtectionContainerMappingInputProperties include MsRestAzure # @return [String] The target unique protection container name. attr_accessor :target_protection_container_id # @return [String] Applicable policy. attr_accessor :policy_id # @return [ReplicationProviderSpecificContainerMappingInput] Provider # specific input for pairing. attr_accessor :provider_specific_input # # Mapper for CreateProtectionContainerMappingInputProperties class as # Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'CreateProtectionContainerMappingInputProperties', type: { name: 'Composite', class_name: 'CreateProtectionContainerMappingInputProperties', model_properties: { target_protection_container_id: { required: false, serialized_name: 'targetProtectionContainerId', type: { name: 'String' } }, policy_id: { required: false, serialized_name: 'PolicyId', type: { name: 'String' } }, provider_specific_input: { required: false, serialized_name: 'providerSpecificInput', type: { name: 'Composite', class_name: 'ReplicationProviderSpecificContainerMappingInput' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_recovery_services_site_recovery-0.14.0 | lib/generated/azure_mgmt_recovery_services_site_recovery/models/create_protection_container_mapping_input_properties.rb |