Class NetworkSecurityRule
- java.lang.Object
-
- org.jclouds.azurecompute.arm.domain.NetworkSecurityRule
-
public abstract class NetworkSecurityRule extends Object
-
-
Constructor Summary
Constructors Constructor Description NetworkSecurityRule()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static NetworkSecurityRule
create(String name, String id, String etag, NetworkSecurityRuleProperties properties)
abstract String
etag()
abstract String
id()
abstract String
name()
abstract NetworkSecurityRuleProperties
properties()
-
-
-
Method Detail
-
properties
@Nullable public abstract NetworkSecurityRuleProperties properties()
-
create
public static NetworkSecurityRule create(String name, String id, String etag, NetworkSecurityRuleProperties properties)
-
-