| Package | Description |
|---|---|
| org.jclouds.azurecompute.arm.domain | |
| org.jclouds.azurecompute.arm.features |
| Modifier and Type | Method and Description |
|---|---|
abstract NetworkSecurityRuleProperties |
NetworkSecurityRuleProperties.Builder.build() |
static NetworkSecurityRuleProperties |
NetworkSecurityRuleProperties.create(String description,
NetworkSecurityRuleProperties.Protocol protocol,
String sourcePortRange,
String destinationPortRange,
String sourceAddressPrefix,
String destinationAddressPrefix,
NetworkSecurityRuleProperties.Access access,
Integer priority,
NetworkSecurityRuleProperties.Direction direction) |
abstract NetworkSecurityRuleProperties |
NetworkSecurityRule.properties() |
| Modifier and Type | Method and Description |
|---|---|
static NetworkSecurityRule |
NetworkSecurityRule.create(String name,
String id,
String etag,
NetworkSecurityRuleProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRule |
NetworkSecurityRuleApi.createOrUpdate(String ruleName,
NetworkSecurityRuleProperties properties) |
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.