public abstract class NetworkSecurityRuleProperties extends Object
Modifier and Type | Class and Description |
---|---|
static class |
NetworkSecurityRuleProperties.Access |
static class |
NetworkSecurityRuleProperties.Builder |
static class |
NetworkSecurityRuleProperties.Direction |
static class |
NetworkSecurityRuleProperties.Protocol |
Constructor and Description |
---|
NetworkSecurityRuleProperties() |
Modifier and Type | Method and Description |
---|---|
abstract NetworkSecurityRuleProperties.Access |
access() |
static NetworkSecurityRuleProperties.Builder |
builder() |
static NetworkSecurityRuleProperties |
create(String description,
NetworkSecurityRuleProperties.Protocol protocol,
String sourcePortRange,
String destinationPortRange,
String sourceAddressPrefix,
String destinationAddressPrefix,
NetworkSecurityRuleProperties.Access access,
Integer priority,
NetworkSecurityRuleProperties.Direction direction) |
abstract String |
description() |
abstract String |
destinationAddressPrefix() |
abstract String |
destinationPortRange() |
abstract NetworkSecurityRuleProperties.Direction |
direction() |
abstract Integer |
priority() |
abstract NetworkSecurityRuleProperties.Protocol |
protocol() |
abstract String |
sourceAddressPrefix() |
abstract String |
sourcePortRange() |
abstract NetworkSecurityRuleProperties.Builder |
toBuilder() |
public abstract NetworkSecurityRuleProperties.Protocol protocol()
public abstract String sourceAddressPrefix()
public abstract String destinationAddressPrefix()
public abstract NetworkSecurityRuleProperties.Access access()
public abstract NetworkSecurityRuleProperties.Direction direction()
public static NetworkSecurityRuleProperties create(String description, NetworkSecurityRuleProperties.Protocol protocol, String sourcePortRange, String destinationPortRange, String sourceAddressPrefix, String destinationAddressPrefix, NetworkSecurityRuleProperties.Access access, Integer priority, NetworkSecurityRuleProperties.Direction direction)
public abstract NetworkSecurityRuleProperties.Builder toBuilder()
public static NetworkSecurityRuleProperties.Builder builder()
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.