public interface IpMasqueradingSkippedInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNonMasqueradeRange()
public abstract String getNonMasqueradeRange()The matched non-masquerade IP range. Only set if reason is DESTINATION_IP_IN_CONFIGURED_NON_MASQUERADE_RANGE or DESTINATION_IP_IN_DEFAULT_NON_MASQUERADE_RANGE.
string non_masquerade_range = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The nonMasqueradeRange. |
getNonMasqueradeRangeBytes()
public abstract ByteString getNonMasqueradeRangeBytes()The matched non-masquerade IP range. Only set if reason is DESTINATION_IP_IN_CONFIGURED_NON_MASQUERADE_RANGE or DESTINATION_IP_IN_DEFAULT_NON_MASQUERADE_RANGE.
string non_masquerade_range = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nonMasqueradeRange. |
getReason()
public abstract IpMasqueradingSkippedInfo.Reason getReason()Reason why IP masquerading was not applied.
.google.cloud.networkmanagement.v1beta1.IpMasqueradingSkippedInfo.Reason reason = 1;
| Returns | |
|---|---|
| Type | Description |
IpMasqueradingSkippedInfo.Reason |
The reason. |
getReasonValue()
public abstract int getReasonValue()Reason why IP masquerading was not applied.
.google.cloud.networkmanagement.v1beta1.IpMasqueradingSkippedInfo.Reason reason = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for reason. |