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