Class: Azure::Network::Mgmt::V2016_06_01::NetworkManagementClient
- Inherits:
-
MsRestAzure::AzureServiceClient
- Object
- MsRestAzure::AzureServiceClient
- Azure::Network::Mgmt::V2016_06_01::NetworkManagementClient
- Includes:
- MsRestAzure, MsRestAzure::Serialization
- Defined in:
- lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb
Overview
A service client - single point of access to the REST API.
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The preferred language for the response.
-
#api_version ⇒ String
readonly
Client Api Version.
-
#application_gateways ⇒ ApplicationGateways
readonly
Application_gateways.
-
#base_url ⇒ String
The base URI of the service.
-
#credentials ⇒ Object
readonly
Credentials needed for the client to connect to Azure.
-
#express_route_circuit_authorizations ⇒ ExpressRouteCircuitAuthorizations
readonly
express_route_circuit_authorizations.
-
#express_route_circuit_peerings ⇒ ExpressRouteCircuitPeerings
readonly
Express_route_circuit_peerings.
-
#express_route_circuits ⇒ ExpressRouteCircuits
readonly
Express_route_circuits.
-
#express_route_service_providers ⇒ ExpressRouteServiceProviders
readonly
Express_route_service_providers.
-
#generate_client_request_id ⇒ Boolean
generated.
-
#load_balancers ⇒ LoadBalancers
readonly
Load_balancers.
-
#local_network_gateways ⇒ LocalNetworkGateways
readonly
Local_network_gateways.
-
#long_running_operation_retry_timeout ⇒ Integer
Operations.
-
#network_interfaces ⇒ NetworkInterfaces
readonly
Network_interfaces.
-
#network_security_groups ⇒ NetworkSecurityGroups
readonly
Network_security_groups.
-
#public_ipaddresses ⇒ PublicIPAddresses
readonly
Public_ipaddresses.
-
#route_tables ⇒ RouteTables
readonly
Route_tables.
-
#routes ⇒ Routes
readonly
Routes.
-
#security_rules ⇒ SecurityRules
readonly
Security_rules.
-
#subnets ⇒ Subnets
readonly
Subnets.
-
#subscription_id ⇒ String
Microsoft Azure subscription.
-
#usages ⇒ Usages
readonly
Usages.
-
#virtual_network_gateway_connections ⇒ VirtualNetworkGatewayConnections
readonly
virtual_network_gateway_connections.
-
#virtual_network_gateways ⇒ VirtualNetworkGateways
readonly
Virtual_network_gateways.
-
#virtual_network_peerings ⇒ VirtualNetworkPeerings
readonly
Virtual_network_peerings.
-
#virtual_networks ⇒ VirtualNetworks
readonly
Virtual_networks.
Instance Method Summary collapse
-
#check_dns_name_availability(location, domain_name_label: nil, custom_headers: nil) ⇒ DnsNameAvailabilityResult
Checks whether a domain name in the cloudapp.net zone is available for use.
-
#check_dns_name_availability_async(location, domain_name_label: nil, custom_headers: nil) ⇒ Concurrent::Promise
Checks whether a domain name in the cloudapp.net zone is available for use.
-
#check_dns_name_availability_with_http_info(location, domain_name_label: nil, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Checks whether a domain name in the cloudapp.net zone is available for use.
-
#initialize(credentials = nil, base_url = nil, options = nil) ⇒ NetworkManagementClient
constructor
Creates initializes a new instance of the NetworkManagementClient class.
-
#make_request(method, path, options = {}) ⇒ Hash{String=>String}
Makes a request and returns the body of the response.
-
#make_request_async(method, path, options = {}) ⇒ Concurrent::Promise
Makes a request asynchronously.
-
#make_request_with_http_info(method, path, options = {}) ⇒ MsRestAzure::AzureOperationResponse
Makes a request and returns the operation response.
Constructor Details
#initialize(credentials = nil, base_url = nil, options = nil) ⇒ NetworkManagementClient
Creates initializes a new instance of the NetworkManagementClient class.
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 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 105 def initialize(credentials = nil, base_url = nil, = nil) super(credentials, ) @base_url = base_url || 'https://management.azure.com' fail ArgumentError, 'invalid type of credentials input parameter' unless credentials.is_a?(MsRest::ServiceClientCredentials) unless credentials.nil? @credentials = credentials @application_gateways = ApplicationGateways.new(self) @express_route_circuit_authorizations = ExpressRouteCircuitAuthorizations.new(self) @express_route_circuit_peerings = ExpressRouteCircuitPeerings.new(self) @express_route_circuits = ExpressRouteCircuits.new(self) @express_route_service_providers = ExpressRouteServiceProviders.new(self) @load_balancers = LoadBalancers.new(self) @local_network_gateways = LocalNetworkGateways.new(self) @network_interfaces = NetworkInterfaces.new(self) @network_security_groups = NetworkSecurityGroups.new(self) @public_ipaddresses = PublicIPAddresses.new(self) @route_tables = RouteTables.new(self) @routes = Routes.new(self) @security_rules = SecurityRules.new(self) @subnets = Subnets.new(self) @virtual_network_peerings = VirtualNetworkPeerings.new(self) @usages = Usages.new(self) @virtual_network_gateway_connections = VirtualNetworkGatewayConnections.new(self) @virtual_network_gateways = VirtualNetworkGateways.new(self) @virtual_networks = VirtualNetworks.new(self) @api_version = '2016-06-01' @accept_language = 'en-US' @long_running_operation_retry_timeout = 30 @generate_client_request_id = true add_telemetry end |
Instance Attribute Details
#accept_language ⇒ String
Returns The preferred language for the response.
29 30 31 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 29 def accept_language @accept_language end |
#api_version ⇒ String (readonly)
Returns Client Api Version.
26 27 28 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 26 def api_version @api_version end |
#application_gateways ⇒ ApplicationGateways (readonly)
Returns application_gateways.
41 42 43 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 41 def application_gateways @application_gateways end |
#base_url ⇒ String
Returns the base URI of the service.
15 16 17 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 15 def base_url @base_url end |
#credentials ⇒ Object (readonly)
Returns Credentials needed for the client to connect to Azure.
18 19 20 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 18 def credentials @credentials end |
#express_route_circuit_authorizations ⇒ ExpressRouteCircuitAuthorizations (readonly)
express_route_circuit_authorizations
45 46 47 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 45 def @express_route_circuit_authorizations end |
#express_route_circuit_peerings ⇒ ExpressRouteCircuitPeerings (readonly)
Returns express_route_circuit_peerings.
48 49 50 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 48 def express_route_circuit_peerings @express_route_circuit_peerings end |
#express_route_circuits ⇒ ExpressRouteCircuits (readonly)
Returns express_route_circuits.
51 52 53 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 51 def express_route_circuits @express_route_circuits end |
#express_route_service_providers ⇒ ExpressRouteServiceProviders (readonly)
Returns express_route_service_providers.
54 55 56 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 54 def express_route_service_providers @express_route_service_providers end |
#generate_client_request_id ⇒ Boolean
generated. When set to true a unique x-ms-client-request-id value is generated and included in each request. Default is true.
38 39 40 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 38 def generate_client_request_id @generate_client_request_id end |
#load_balancers ⇒ LoadBalancers (readonly)
Returns load_balancers.
57 58 59 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 57 def load_balancers @load_balancers end |
#local_network_gateways ⇒ LocalNetworkGateways (readonly)
Returns local_network_gateways.
60 61 62 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 60 def local_network_gateways @local_network_gateways end |
#long_running_operation_retry_timeout ⇒ Integer
Operations. Default value is 30.
33 34 35 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 33 def long_running_operation_retry_timeout @long_running_operation_retry_timeout end |
#network_interfaces ⇒ NetworkInterfaces (readonly)
Returns network_interfaces.
63 64 65 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 63 def network_interfaces @network_interfaces end |
#network_security_groups ⇒ NetworkSecurityGroups (readonly)
Returns network_security_groups.
66 67 68 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 66 def network_security_groups @network_security_groups end |
#public_ipaddresses ⇒ PublicIPAddresses (readonly)
Returns public_ipaddresses.
69 70 71 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 69 def public_ipaddresses @public_ipaddresses end |
#route_tables ⇒ RouteTables (readonly)
Returns route_tables.
72 73 74 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 72 def route_tables @route_tables end |
#routes ⇒ Routes (readonly)
Returns routes.
75 76 77 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 75 def routes @routes end |
#security_rules ⇒ SecurityRules (readonly)
Returns security_rules.
78 79 80 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 78 def security_rules @security_rules end |
#subnets ⇒ Subnets (readonly)
Returns subnets.
81 82 83 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 81 def subnets @subnets end |
#subscription_id ⇒ String
Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
23 24 25 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 23 def subscription_id @subscription_id end |
#usages ⇒ Usages (readonly)
Returns usages.
87 88 89 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 87 def usages @usages end |
#virtual_network_gateway_connections ⇒ VirtualNetworkGatewayConnections (readonly)
virtual_network_gateway_connections
91 92 93 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 91 def virtual_network_gateway_connections @virtual_network_gateway_connections end |
#virtual_network_gateways ⇒ VirtualNetworkGateways (readonly)
Returns virtual_network_gateways.
94 95 96 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 94 def virtual_network_gateways @virtual_network_gateways end |
#virtual_network_peerings ⇒ VirtualNetworkPeerings (readonly)
Returns virtual_network_peerings.
84 85 86 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 84 def virtual_network_peerings @virtual_network_peerings end |
#virtual_networks ⇒ VirtualNetworks (readonly)
Returns virtual_networks.
97 98 99 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 97 def virtual_networks @virtual_networks end |
Instance Method Details
#check_dns_name_availability(location, domain_name_label: nil, custom_headers: nil) ⇒ DnsNameAvailabilityResult
Checks whether a domain name in the cloudapp.net zone is available for use.
conform to the following regular expression: ^[a-z][a-z0-9-]1,61$. will be added to the HTTP request.
207 208 209 210 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 207 def check_dns_name_availability(location, domain_name_label:nil, custom_headers:nil) response = check_dns_name_availability_async(location, domain_name_label:domain_name_label, custom_headers:custom_headers).value! response.body unless response.nil? end |
#check_dns_name_availability_async(location, domain_name_label: nil, custom_headers: nil) ⇒ Concurrent::Promise
Checks whether a domain name in the cloudapp.net zone is available for use.
conform to the following regular expression: ^[a-z][a-z0-9-]1,61$. to the HTTP request.
238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 238 def check_dns_name_availability_async(location, domain_name_label:nil, custom_headers:nil) fail ArgumentError, 'location is nil' if location.nil? fail ArgumentError, 'api_version is nil' if api_version.nil? fail ArgumentError, 'subscription_id is nil' if subscription_id.nil? request_headers = {} request_headers['Content-Type'] = 'application/json; charset=utf-8' # Set Headers request_headers['x-ms-client-request-id'] = SecureRandom.uuid request_headers['accept-language'] = accept_language unless accept_language.nil? path_template = 'subscriptions/{subscriptionId}/providers/Microsoft.Network/locations/{location}/CheckDnsNameAvailability' request_url = @base_url || self.base_url = { middlewares: [[MsRest::RetryPolicyMiddleware, times: 3, retry: 0.02], [:cookie_jar]], path_params: {'location' => location,'subscriptionId' => subscription_id}, query_params: {'domainNameLabel' => domain_name_label,'api-version' => api_version}, headers: request_headers.merge(custom_headers || {}), base_url: request_url } promise = self.make_request_async(:get, path_template, ) promise = promise.then do |result| http_response = result.response status_code = http_response.status response_content = http_response.body unless status_code == 200 error_model = JSON.load(response_content) fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model) end result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil? result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil? result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil? # Deserialize Response if status_code == 200 begin parsed_response = response_content.to_s.empty? ? nil : JSON.load(response_content) result_mapper = Azure::Network::Mgmt::V2016_06_01::Models::DnsNameAvailabilityResult.mapper() result.body = self.deserialize(result_mapper, parsed_response) rescue Exception => e fail MsRest::DeserializationError.new('Error occurred in deserializing the response', e., e.backtrace, result) end end result end promise.execute end |
#check_dns_name_availability_with_http_info(location, domain_name_label: nil, custom_headers: nil) ⇒ MsRestAzure::AzureOperationResponse
Checks whether a domain name in the cloudapp.net zone is available for use.
conform to the following regular expression: ^[a-z][a-z0-9-]1,61$. will be added to the HTTP request.
223 224 225 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 223 def check_dns_name_availability_with_http_info(location, domain_name_label:nil, custom_headers:nil) check_dns_name_availability_async(location, domain_name_label:domain_name_label, custom_headers:custom_headers).value! end |
#make_request(method, path, options = {}) ⇒ Hash{String=>String}
Makes a request and returns the body of the response. Example:
request_content = "{'location':'westus','tags':{'tag1':'val1','tag2':'val2'}}"
path = "/path"
= {
body: request_content,
query_params: {'api-version' => '2016-02-01'}
}
result = @client.make_request(:put, path, )
154 155 156 157 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 154 def make_request(method, path, = {}) result = make_request_with_http_info(method, path, ) result.body unless result.nil? end |
#make_request_async(method, path, options = {}) ⇒ Concurrent::Promise
Makes a request asynchronously.
179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 179 def make_request_async(method, path, = {}) fail ArgumentError, 'method is nil' if method.nil? fail ArgumentError, 'path is nil' if path.nil? request_url = [:base_url] || @base_url if(![:headers].nil? && ![:headers]['Content-Type'].nil?) @request_headers['Content-Type'] = [:headers]['Content-Type'] end request_headers = @request_headers request_headers.merge!({'accept-language' => @accept_language}) unless @accept_language.nil? .merge!({headers: request_headers.merge([:headers] || {})}) .merge!({credentials: @credentials}) unless @credentials.nil? super(request_url, method, path, ) end |
#make_request_with_http_info(method, path, options = {}) ⇒ MsRestAzure::AzureOperationResponse
Makes a request and returns the operation response.
166 167 168 169 170 |
# File 'lib/2016-06-01/generated/azure_mgmt_network/network_management_client.rb', line 166 def make_request_with_http_info(method, path, = {}) result = make_request_async(method, path, ).value! result.body = result.response.body.to_s.empty? ? nil : JSON.load(result.response.body) result end |