Skip to content

AccessControlsProps

Properties for defining a AccessControls.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-slb-accesscontrols

Initializer

import com.aliyun.ros.cdk.slb.datasource.AccessControlsProps;
AccessControlsProps.builder()
//  .aclName(java.lang.String)
//  .aclName(IResolvable)
//  .addressIpVersion(java.lang.String)
//  .addressIpVersion(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
    .build();

Properties

Name Type Description
aclName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property aclName: The name of the network ACL.
addressIpVersion java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property addressIpVersion: The IP version.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of the resource group to which the network ACL belongs.

aclNameOptional

public java.lang.Object getAclName();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property aclName: The name of the network ACL.


addressIpVersionOptional

public java.lang.Object getAddressIpVersion();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property addressIpVersion: The IP version.

Valid values: ipv4 and ipv6.


refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.

resourceGroupIdOptional

public java.lang.Object getResourceGroupId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceGroupId: The ID of the resource group to which the network ACL belongs.