Class NetworkSecurityRule
java.lang.Object
org.jclouds.azurecompute.arm.domain.NetworkSecurityRule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic NetworkSecurityRule
create
(String name, String id, String etag, NetworkSecurityRuleProperties properties) abstract String
etag()
abstract String
id()
abstract String
name()
abstract NetworkSecurityRuleProperties
-
Constructor Details
-
NetworkSecurityRule
public NetworkSecurityRule()
-
-
Method Details
-
name
-
id
-
etag
-
properties
-
create
public static NetworkSecurityRule create(String name, String id, String etag, NetworkSecurityRuleProperties properties)
-