Package com.pulumi.alicloud.pvtz.outputs
Class GetRulesRule
- java.lang.Object
-
- com.pulumi.alicloud.pvtz.outputs.GetRulesRule
-
public final class GetRulesRule extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetRulesRule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<GetRulesRuleBindVpc>
bindVpcs()
static GetRulesRule.Builder
builder()
static GetRulesRule.Builder
builder(GetRulesRule defaults)
java.lang.String
createTime()
java.lang.String
endpointId()
java.lang.String
endpointName()
java.util.List<GetRulesRuleForwardIp>
forwardIps()
java.lang.String
id()
java.lang.String
ruleId()
java.lang.String
ruleName()
java.lang.String
type()
java.lang.String
zoneName()
-
-
-
Method Detail
-
bindVpcs
public java.util.List<GetRulesRuleBindVpc> bindVpcs()
- Returns:
- The List of the VPC. See the following `Block bind_vpcs`. **NOTE:** Available in v1.158.0+.
-
createTime
public java.lang.String createTime()
- Returns:
- The creation time of the resource.
-
endpointId
public java.lang.String endpointId()
- Returns:
- The ID of the Endpoint.
-
endpointName
public java.lang.String endpointName()
- Returns:
- The Name of the Endpoint.
-
forwardIps
public java.util.List<GetRulesRuleForwardIp> forwardIps()
-
id
public java.lang.String id()
- Returns:
- The ID of the Rule.
-
ruleId
public java.lang.String ruleId()
- Returns:
- The first ID of the resource.
-
ruleName
public java.lang.String ruleName()
- Returns:
- The name of the resource.
-
type
public java.lang.String type()
- Returns:
- The type of the rule.
-
zoneName
public java.lang.String zoneName()
- Returns:
- The name of the forwarding zone.
-
builder
public static GetRulesRule.Builder builder()
-
builder
public static GetRulesRule.Builder builder(GetRulesRule defaults)
-
-