public abstract class NetworkSecurityRule extends Object
Constructor and Description |
---|
NetworkSecurityRule() |
Modifier and Type | Method and Description |
---|---|
static NetworkSecurityRule |
create(String name,
String id,
String etag,
NetworkSecurityRuleProperties properties) |
abstract String |
etag() |
abstract String |
id() |
abstract String |
name() |
abstract NetworkSecurityRuleProperties |
properties() |
@Nullable public abstract NetworkSecurityRuleProperties properties()
public static NetworkSecurityRule create(String name, String id, String etag, NetworkSecurityRuleProperties properties)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.