Class: Azure::ContainerRegistry::Mgmt::V2019_05_01::Models::Registry

Inherits:
Resource
  • Object
show all
Includes:
MsRestAzure
Defined in:
lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb

Overview

An object that represents a container registry.

Instance Attribute Summary collapse

Attributes inherited from Resource

#id, #location, #name, #tags, #type

Class Method Summary collapse

Methods inherited from Resource

#resource_group

Instance Attribute Details

#admin_user_enabledBoolean

enabled. Default value: false .

Returns:

  • (Boolean)

    The value that indicates whether the admin user is



37
38
39
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb', line 37

def admin_user_enabled
  @admin_user_enabled
end

#creation_dateDateTime

ISO8601 format.

Returns:

  • (DateTime)

    The creation date of the container registry in



24
25
26
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb', line 24

def creation_date
  @creation_date
end

#login_serverString

registry.

Returns:

  • (String)

    The URL that can be used to log into the container



20
21
22
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb', line 20

def 
  @login_server
end

#network_rule_setNetworkRuleSet

Returns The network rule set for a container registry.

Returns:



44
45
46
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb', line 44

def network_rule_set
  @network_rule_set
end

#policiesPolicies

Returns The policies for a container registry.

Returns:

  • (Policies)

    The policies for a container registry.



47
48
49
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb', line 47

def policies
  @policies
end

#provisioning_stateProvisioningState

registry at the time the operation was called. Possible values include: ‘Creating’, ‘Updating’, ‘Deleting’, ‘Succeeded’, ‘Failed’, ‘Canceled’

Returns:



29
30
31
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb', line 29

def provisioning_state
  @provisioning_state
end

#skuSku

Returns The SKU of the container registry.

Returns:

  • (Sku)

    The SKU of the container registry.



16
17
18
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb', line 16

def sku
  @sku
end

#statusStatus

operation was called.

Returns:

  • (Status)

    The status of the container registry at the time the



33
34
35
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb', line 33

def status
  @status
end

#storage_accountStorageAccountProperties

account for the container registry. Only applicable to Classic SKU.

Returns:



41
42
43
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb', line 41

def 
  @storage_account
end

Class Method Details

.mapperObject

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



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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# File 'lib/2019-05-01/generated/azure_mgmt_container_registry/models/registry.rb', line 54

def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'Registry',
    type: {
      name: 'Composite',
      class_name: 'Registry',
      model_properties: {
        id: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'id',
          type: {
            name: 'String'
          }
        },
        name: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'name',
          type: {
            name: 'String'
          }
        },
        type: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        },
        location: {
          client_side_validation: true,
          required: true,
          serialized_name: 'location',
          type: {
            name: 'String'
          }
        },
        tags: {
          client_side_validation: true,
          required: false,
          serialized_name: 'tags',
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'StringElementType',
                type: {
                  name: 'String'
                }
            }
          }
        },
        sku: {
          client_side_validation: true,
          required: true,
          serialized_name: 'sku',
          type: {
            name: 'Composite',
            class_name: 'Sku'
          }
        },
        login_server: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.loginServer',
          type: {
            name: 'String'
          }
        },
        creation_date: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.creationDate',
          type: {
            name: 'DateTime'
          }
        },
        provisioning_state: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.provisioningState',
          type: {
            name: 'String'
          }
        },
        status: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'properties.status',
          type: {
            name: 'Composite',
            class_name: 'Status'
          }
        },
        admin_user_enabled: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.adminUserEnabled',
          default_value: false,
          type: {
            name: 'Boolean'
          }
        },
        storage_account: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.storageAccount',
          type: {
            name: 'Composite',
            class_name: 'StorageAccountProperties'
          }
        },
        network_rule_set: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.networkRuleSet',
          type: {
            name: 'Composite',
            class_name: 'NetworkRuleSet'
          }
        },
        policies: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties.policies',
          type: {
            name: 'Composite',
            class_name: 'Policies'
          }
        }
      }
    }
  }
end