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