Sha256: 4b6f3d4a694dc9fcc3bf9867bc4d981704047815850095a9067e556a88e9f054
Contents?: true
Size: 1.66 KB
Versions: 5
Compression:
Stored size: 1.66 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::Cosmosdb::Mgmt::V2020_04_01 module Models # # Connection State of the Private Endpoint Connection. # class PrivateLinkServiceConnectionStateProperty include MsRestAzure # @return [String] The private link service connection status. attr_accessor :status # @return [String] Any action that is required beyond basic workflow # (approve/ reject/ disconnect) attr_accessor :actions_required # # Mapper for PrivateLinkServiceConnectionStateProperty class as Ruby # Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'PrivateLinkServiceConnectionStateProperty', type: { name: 'Composite', class_name: 'PrivateLinkServiceConnectionStateProperty', model_properties: { status: { client_side_validation: true, required: false, serialized_name: 'status', type: { name: 'String' } }, actions_required: { client_side_validation: true, required: false, read_only: true, serialized_name: 'actionsRequired', type: { name: 'String' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems