BackendAddressInboundNatRulePortMappingsInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. BackendAddressInboundNatRulePortMappingsInner
- com.
Implements
public final class BackendAddressInboundNatRulePortMappingsInner
implements JsonSerializable<BackendAddressInboundNatRulePortMappingsInner>
The response for a QueryInboundNatRulePortMapping API.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Backend |
fromJson(JsonReader jsonReader)
Reads an instance of Backend |
|
List<Inbound |
inboundNatRulePortMappings()
Get the inbound |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static BackendAddressInboundNatRulePortMappingsInner fromJson(JsonReader jsonReader)
Reads an instance of BackendAddressInboundNatRulePortMappingsInner from the JsonReader.
Parameters:
Returns:
Throws:
inboundNatRulePortMappings
public List<InboundNatRulePortMapping> inboundNatRulePortMappings()
Get the inboundNatRulePortMappings property: Collection of inbound NAT rule port mappings.
Returns:
toJson
validate
public void validate()
Validates the instance.