Skip to content

Ipam

This class encapsulates and extends the ROS resource type ALIYUN::VPC::Ipam.

Initializers

import com.aliyun.ros.cdk.vpc.Ipam;
Ipam.Builder.create(Construct scope, java.lang.String id, java.lang.Boolean enableResourcePropertyConstraint)
    .operatingRegionList(IResolvable)
    .operatingRegionList(java.util.List<java.lang.String)
    .operatingRegionList(IResolvable>)
//  .ipamDescription(java.lang.String)
//  .ipamDescription(IResolvable)
//  .ipamName(java.lang.String)
//  .ipamName(IResolvable)
//  .resourceGroupId(java.lang.String)
//  .resourceGroupId(IResolvable)
//  .tags(java.util.List<TagsProperty>)
    .build();
Name Type Description
scope com.aliyun.ros.cdk.core.Construct No description.
id java.lang.String No description.
enableResourcePropertyConstraint java.lang.Boolean No description.
operatingRegionList com.aliyun.ros.cdk.core.IResolvable OR java.util.List Property operatingRegionList: List of IPAM effective regions.
ipamDescription java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property ipamDescription: The description of IPAM.
ipamName java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property ipamName: The name of the IPAM.
resourceGroupId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property resourceGroupId: The ID of the resource group.
tags java.util.List<TagsProperty> Property tags: Tags of ipam.

scopeRequired

  • Type: com.aliyun.ros.cdk.core.Construct

idRequired

  • Type: java.lang.String

enableResourcePropertyConstraintOptional

  • Type: java.lang.Boolean

operatingRegionListRequired

  • Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List

Property operatingRegionList: List of IPAM effective regions.


ipamDescriptionOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property ipamDescription: The description of IPAM.

It must be 2 to 256 characters in length and must start with an uppercase letter or a Chinese character, but cannot start with 'http:// 'or 'https. If the description is not filled in, it is blank. The default value is blank.


ipamNameOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property ipamName: The name of the IPAM.


resourceGroupIdOptional

  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property resourceGroupId: The ID of the resource group.


tagsOptional

Property tags: Tags of ipam.


Methods

Name Description
toString Returns a string representation of this construct.
synthesize Allows this construct to emit artifacts into the cloud assembly during synthesis.
addCondition No description.
addCount No description.
addDependency No description.
addResourceDesc No description.
applyRemovalPolicy No description.
getAtt No description.
setMetadata No description.

toString

public java.lang.String toString()

Returns a string representation of this construct.

synthesize

public void synthesize(ISynthesisSession session)

Allows this construct to emit artifacts into the cloud assembly during synthesis.

This method is usually implemented by framework-level constructs such as Stack and Asset as they participate in synthesizing the cloud assembly.

sessionRequired

  • Type: com.aliyun.ros.cdk.core.ISynthesisSession

The synthesis session.


addCondition

public void addCondition(RosCondition condition)

conditionRequired

  • Type: com.aliyun.ros.cdk.core.RosCondition

addCount

public void addCount(java.lang.Number OR IResolvable count)

countRequired

  • Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable

addDependency

public void addDependency(Resource resource)

resourceRequired

  • Type: com.aliyun.ros.cdk.core.Resource

addResourceDesc

public void addResourceDesc(java.lang.String desc)

descRequired

  • Type: java.lang.String

applyRemovalPolicy

public void applyRemovalPolicy(RemovalPolicy policy)

policyRequired

  • Type: com.aliyun.ros.cdk.core.RemovalPolicy

getAtt

public IResolvable getAtt(java.lang.String name)

nameRequired

  • Type: java.lang.String

setMetadata

public void setMetadata(java.lang.String key, java.lang.Object value)

keyRequired

  • Type: java.lang.String

valueRequired

  • Type: java.lang.Object

Static Functions

Name Description
isConstruct Return whether the given object is a Construct.

isConstruct

import com.aliyun.ros.cdk.vpc.Ipam;
Ipam.isConstruct(java.lang.Object x)

Return whether the given object is a Construct.

xRequired

  • Type: java.lang.Object

Properties

Name Type Description
node com.aliyun.ros.cdk.core.ConstructNode The construct tree node associated with this construct.
ref java.lang.String No description.
stack com.aliyun.ros.cdk.core.Stack The stack in which this resource is defined.
resource com.aliyun.ros.cdk.core.RosResource No description.
attrCreateTime com.aliyun.ros.cdk.core.IResolvable Attribute CreateTime: The creation time of the IPAM.
attrDefaultResourceDiscoveryAssociationId com.aliyun.ros.cdk.core.IResolvable Attribute DefaultResourceDiscoveryAssociationId: After an IPAM is created, the association between the resource discovery created by the system by default and the IPAM.
attrDefaultResourceDiscoveryId com.aliyun.ros.cdk.core.IResolvable Attribute DefaultResourceDiscoveryId: After IPAM is created, the system creates resource discovery by default.
attrIpamDescription com.aliyun.ros.cdk.core.IResolvable Attribute IpamDescription: The description of IPAM.
attrIpamId com.aliyun.ros.cdk.core.IResolvable Attribute IpamId: The first ID of the resource.
attrIpamName com.aliyun.ros.cdk.core.IResolvable Attribute IpamName: The name of the IPAM.
attrOperatingRegionList com.aliyun.ros.cdk.core.IResolvable Attribute OperatingRegionList: List of IPAM effective regions.
attrPrivateDefaultScopeId com.aliyun.ros.cdk.core.IResolvable Attribute PrivateDefaultScopeId: After an IPAM is created, the scope of the private network IPAM created by the system by default.
attrPublicDefaultScopeId com.aliyun.ros.cdk.core.IResolvable Attribute PublicDefaultScopeId: After an IPAM is created, the public network IPAM is created by default.
attrResourceDiscoveryAssociationCount com.aliyun.ros.cdk.core.IResolvable Attribute ResourceDiscoveryAssociationCount: The number of resource discovery objects associated with IPAM.
attrResourceGroupId com.aliyun.ros.cdk.core.IResolvable Attribute ResourceGroupId: The ID of the resource group.
attrTags com.aliyun.ros.cdk.core.IResolvable Attribute Tags: The tag of the IPAM.

nodeRequired

public ConstructNode getNode();
  • Type: com.aliyun.ros.cdk.core.ConstructNode

The construct tree node associated with this construct.


refRequired

public java.lang.String getRef();
  • Type: java.lang.String

stackRequired

public Stack getStack();
  • Type: com.aliyun.ros.cdk.core.Stack

The stack in which this resource is defined.


resourceOptional

public RosResource getResource();
  • Type: com.aliyun.ros.cdk.core.RosResource

attrCreateTimeRequired

public IResolvable getAttrCreateTime();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute CreateTime: The creation time of the IPAM.


attrDefaultResourceDiscoveryAssociationIdRequired

public IResolvable getAttrDefaultResourceDiscoveryAssociationId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute DefaultResourceDiscoveryAssociationId: After an IPAM is created, the association between the resource discovery created by the system by default and the IPAM.


attrDefaultResourceDiscoveryIdRequired

public IResolvable getAttrDefaultResourceDiscoveryId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute DefaultResourceDiscoveryId: After IPAM is created, the system creates resource discovery by default.


attrIpamDescriptionRequired

public IResolvable getAttrIpamDescription();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute IpamDescription: The description of IPAM.


attrIpamIdRequired

public IResolvable getAttrIpamId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute IpamId: The first ID of the resource.


attrIpamNameRequired

public IResolvable getAttrIpamName();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute IpamName: The name of the IPAM.


attrOperatingRegionListRequired

public IResolvable getAttrOperatingRegionList();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute OperatingRegionList: List of IPAM effective regions.


attrPrivateDefaultScopeIdRequired

public IResolvable getAttrPrivateDefaultScopeId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute PrivateDefaultScopeId: After an IPAM is created, the scope of the private network IPAM created by the system by default.


attrPublicDefaultScopeIdRequired

public IResolvable getAttrPublicDefaultScopeId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute PublicDefaultScopeId: After an IPAM is created, the public network IPAM is created by default.


attrResourceDiscoveryAssociationCountRequired

public IResolvable getAttrResourceDiscoveryAssociationCount();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ResourceDiscoveryAssociationCount: The number of resource discovery objects associated with IPAM.


attrResourceGroupIdRequired

public IResolvable getAttrResourceGroupId();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute ResourceGroupId: The ID of the resource group.


attrTagsRequired

public IResolvable getAttrTags();
  • Type: com.aliyun.ros.cdk.core.IResolvable

Attribute Tags: The tag of the IPAM.