Class: Azure::ServiceFabric::V6_5_0_36::Models::AzureInternalMonitoringPipelineSinkDescription

Inherits:
DiagnosticsSinkProperties show all
Includes:
MsRestAzure
Defined in:
lib/6.5.0.36/generated/azure_service_fabric/models/azure_internal_monitoring_pipeline_sink_description.rb

Overview

Diagnostics settings for Geneva.

Instance Attribute Summary collapse

Attributes inherited from DiagnosticsSinkProperties

#description, #name

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeAzureInternalMonitoringPipelineSinkDescription

Returns a new instance of AzureInternalMonitoringPipelineSinkDescription.



16
17
18
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/azure_internal_monitoring_pipeline_sink_description.rb', line 16

def initialize
  @kind = "AzureInternalMonitoringPipeline"
end

Instance Attribute Details

#account_nameString

Returns Azure Internal monitoring pipeline account.

Returns:

  • (String)

    Azure Internal monitoring pipeline account.



23
24
25
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/azure_internal_monitoring_pipeline_sink_description.rb', line 23

def 
  @account_name
end

#auto_key_config_urlString

with the certificate.

Returns:

  • (String)

    Azure Internal monitoring pipeline autokey associated



36
37
38
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/azure_internal_monitoring_pipeline_sink_description.rb', line 36

def auto_key_config_url
  @auto_key_config_url
end

#fluentd_config_urlString

Returns Azure Internal monitoring agent fluentd configuration.

Returns:

  • (String)

    Azure Internal monitoring agent fluentd configuration.



32
33
34
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/azure_internal_monitoring_pipeline_sink_description.rb', line 32

def fluentd_config_url
  @fluentd_config_url
end

#kindObject

Returns the value of attribute kind.



20
21
22
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/azure_internal_monitoring_pipeline_sink_description.rb', line 20

def kind
  @kind
end

#ma_config_urlString

Returns Azure Internal monitoring agent configuration.

Returns:

  • (String)

    Azure Internal monitoring agent configuration.



29
30
31
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/azure_internal_monitoring_pipeline_sink_description.rb', line 29

def ma_config_url
  @ma_config_url
end

#namespaceString

Returns Azure Internal monitoring pipeline account namespace.

Returns:

  • (String)

    Azure Internal monitoring pipeline account namespace.



26
27
28
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/azure_internal_monitoring_pipeline_sink_description.rb', line 26

def namespace
  @namespace
end

Class Method Details

.mapperObject

Mapper for AzureInternalMonitoringPipelineSinkDescription class as Ruby Hash. This will be used for serialization/deserialization.



44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
# File 'lib/6.5.0.36/generated/azure_service_fabric/models/azure_internal_monitoring_pipeline_sink_description.rb', line 44

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'AzureInternalMonitoringPipeline',
    type: {
      name: 'Composite',
      class_name: 'AzureInternalMonitoringPipelineSinkDescription',
      model_properties: {
        name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        description: {
          client_side_validation: true,
          required: false,
          serialized_name: 'description',
          type: {
            name: 'String'
          }
        },
        kind: {
          client_side_validation: true,
          required: true,
          serialized_name: 'kind',
          type: {
            name: 'String'
          }
        },
        account_name: {
          client_side_validation: true,
          required: false,
          serialized_name: 'accountName',
          type: {
            name: 'String'
          }
        },
        namespace: {
          client_side_validation: true,
          required: false,
          serialized_name: 'namespace',
          type: {
            name: 'String'
          }
        },
        ma_config_url: {
          client_side_validation: true,
          required: false,
          serialized_name: 'maConfigUrl',
          type: {
            name: 'String'
          }
        },
        fluentd_config_url: {
          client_side_validation: true,
          required: false,
          serialized_name: 'fluentdConfigUrl',
          type: {
            name: 'String'
          }
        },
        auto_key_config_url: {
          client_side_validation: true,
          required: false,
          serialized_name: 'autoKeyConfigUrl',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end