All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.ros.cdk.ecs.RosSecurityGroupEgress Maven / Gradle / Ivy

package com.aliyun.ros.cdk.ecs;

/**
 * This class is a base encapsulation around the ROS resource type ALIYUN::ECS::SecurityGroupEgress, which is used to create an outbound access rule for a security group.
 */
@javax.annotation.Generated(value = "jsii-pacmak/1.85.0 (build 08ee592)", date = "2024-08-22T08:56:20.298Z")
@software.amazon.jsii.Jsii(module = com.aliyun.ros.cdk.ecs.$Module.class, fqn = "@alicloud/ros-cdk-ecs.RosSecurityGroupEgress")
public class RosSecurityGroupEgress extends com.aliyun.ros.cdk.core.RosResource {

    protected RosSecurityGroupEgress(final software.amazon.jsii.JsiiObjectRef objRef) {
        super(objRef);
    }

    protected RosSecurityGroupEgress(final software.amazon.jsii.JsiiObject.InitializationMode initializationMode) {
        super(initializationMode);
    }

    static {
        ROS_RESOURCE_TYPE_NAME = software.amazon.jsii.JsiiObject.jsiiStaticGet(com.aliyun.ros.cdk.ecs.RosSecurityGroupEgress.class, "ROS_RESOURCE_TYPE_NAME", software.amazon.jsii.NativeType.forClass(java.lang.String.class));
    }

    /**
     * @param scope 
  • scope in which this resource is defined.
This parameter is required. * @param id
  • scoped id of the resource.
This parameter is required. * @param props
  • resource properties.
This parameter is required. * @param enableResourcePropertyConstraint This parameter is required. */ public RosSecurityGroupEgress(final @org.jetbrains.annotations.NotNull com.aliyun.ros.cdk.core.Construct scope, final @org.jetbrains.annotations.NotNull java.lang.String id, final @org.jetbrains.annotations.NotNull com.aliyun.ros.cdk.ecs.RosSecurityGroupEgressProps props, final @org.jetbrains.annotations.NotNull java.lang.Boolean enableResourcePropertyConstraint) { super(software.amazon.jsii.JsiiObject.InitializationMode.JSII); software.amazon.jsii.JsiiEngine.getInstance().createNewObject(this, new Object[] { java.util.Objects.requireNonNull(scope, "scope is required"), java.util.Objects.requireNonNull(id, "id is required"), java.util.Objects.requireNonNull(props, "props is required"), java.util.Objects.requireNonNull(enableResourcePropertyConstraint, "enableResourcePropertyConstraint is required") }); } @Override protected @org.jetbrains.annotations.NotNull java.util.Map renderProperties(final @org.jetbrains.annotations.NotNull java.util.Map props) { return java.util.Collections.unmodifiableMap(software.amazon.jsii.Kernel.call(this, "renderProperties", software.amazon.jsii.NativeType.mapOf(software.amazon.jsii.NativeType.forClass(java.lang.Object.class)), new Object[] { java.util.Objects.requireNonNull(props, "props is required") })); } /** * The resource type name for this resource class. */ public final static java.lang.String ROS_RESOURCE_TYPE_NAME; @Override protected @org.jetbrains.annotations.NotNull java.util.Map getRosProperties() { return java.util.Collections.unmodifiableMap(software.amazon.jsii.Kernel.get(this, "rosProperties", software.amazon.jsii.NativeType.mapOf(software.amazon.jsii.NativeType.forClass(java.lang.Object.class)))); } public @org.jetbrains.annotations.NotNull java.lang.Boolean getEnableResourcePropertyConstraint() { return software.amazon.jsii.Kernel.get(this, "enableResourcePropertyConstraint", software.amazon.jsii.NativeType.forClass(java.lang.Boolean.class)); } public void setEnableResourcePropertyConstraint(final @org.jetbrains.annotations.NotNull java.lang.Boolean value) { software.amazon.jsii.Kernel.set(this, "enableResourcePropertyConstraint", java.util.Objects.requireNonNull(value, "enableResourcePropertyConstraint is required")); } /** */ public @org.jetbrains.annotations.NotNull java.lang.Object getIpProtocol() { return software.amazon.jsii.Kernel.get(this, "ipProtocol", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setIpProtocol(final @org.jetbrains.annotations.NotNull java.lang.String value) { software.amazon.jsii.Kernel.set(this, "ipProtocol", java.util.Objects.requireNonNull(value, "ipProtocol is required")); } /** */ public void setIpProtocol(final @org.jetbrains.annotations.NotNull com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "ipProtocol", java.util.Objects.requireNonNull(value, "ipProtocol is required")); } /** */ public @org.jetbrains.annotations.NotNull java.lang.Object getPortRange() { return software.amazon.jsii.Kernel.get(this, "portRange", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setPortRange(final @org.jetbrains.annotations.NotNull java.lang.String value) { software.amazon.jsii.Kernel.set(this, "portRange", java.util.Objects.requireNonNull(value, "portRange is required")); } /** */ public void setPortRange(final @org.jetbrains.annotations.NotNull com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "portRange", java.util.Objects.requireNonNull(value, "portRange is required")); } /** */ public @org.jetbrains.annotations.Nullable java.lang.Object getDescription() { return software.amazon.jsii.Kernel.get(this, "description", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setDescription(final @org.jetbrains.annotations.Nullable java.lang.String value) { software.amazon.jsii.Kernel.set(this, "description", value); } /** */ public void setDescription(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "description", value); } /** */ public @org.jetbrains.annotations.Nullable java.lang.Object getDestCidrIp() { return software.amazon.jsii.Kernel.get(this, "destCidrIp", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setDestCidrIp(final @org.jetbrains.annotations.Nullable java.lang.String value) { software.amazon.jsii.Kernel.set(this, "destCidrIp", value); } /** */ public void setDestCidrIp(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "destCidrIp", value); } /** */ public @org.jetbrains.annotations.Nullable java.lang.Object getDestGroupId() { return software.amazon.jsii.Kernel.get(this, "destGroupId", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setDestGroupId(final @org.jetbrains.annotations.Nullable java.lang.String value) { software.amazon.jsii.Kernel.set(this, "destGroupId", value); } /** */ public void setDestGroupId(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "destGroupId", value); } /** */ public @org.jetbrains.annotations.Nullable java.lang.Object getDestGroupOwnerId() { return software.amazon.jsii.Kernel.get(this, "destGroupOwnerId", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setDestGroupOwnerId(final @org.jetbrains.annotations.Nullable java.lang.String value) { software.amazon.jsii.Kernel.set(this, "destGroupOwnerId", value); } /** */ public void setDestGroupOwnerId(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "destGroupOwnerId", value); } /** */ public @org.jetbrains.annotations.Nullable java.lang.Object getDestPrefixListId() { return software.amazon.jsii.Kernel.get(this, "destPrefixListId", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setDestPrefixListId(final @org.jetbrains.annotations.Nullable java.lang.String value) { software.amazon.jsii.Kernel.set(this, "destPrefixListId", value); } /** */ public void setDestPrefixListId(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "destPrefixListId", value); } /** */ public @org.jetbrains.annotations.Nullable java.lang.Object getIpv6DestCidrIp() { return software.amazon.jsii.Kernel.get(this, "ipv6DestCidrIp", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setIpv6DestCidrIp(final @org.jetbrains.annotations.Nullable java.lang.String value) { software.amazon.jsii.Kernel.set(this, "ipv6DestCidrIp", value); } /** */ public void setIpv6DestCidrIp(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "ipv6DestCidrIp", value); } /** */ public @org.jetbrains.annotations.Nullable java.lang.Object getNicType() { return software.amazon.jsii.Kernel.get(this, "nicType", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setNicType(final @org.jetbrains.annotations.Nullable java.lang.String value) { software.amazon.jsii.Kernel.set(this, "nicType", value); } /** */ public void setNicType(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "nicType", value); } /** */ public @org.jetbrains.annotations.Nullable java.lang.Object getPolicy() { return software.amazon.jsii.Kernel.get(this, "policy", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setPolicy(final @org.jetbrains.annotations.Nullable java.lang.String value) { software.amazon.jsii.Kernel.set(this, "policy", value); } /** */ public void setPolicy(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "policy", value); } /** */ public @org.jetbrains.annotations.Nullable java.lang.Object getPriority() { return software.amazon.jsii.Kernel.get(this, "priority", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setPriority(final @org.jetbrains.annotations.Nullable java.lang.Number value) { software.amazon.jsii.Kernel.set(this, "priority", value); } /** */ public void setPriority(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "priority", value); } /** */ public @org.jetbrains.annotations.Nullable java.lang.Object getSecurityGroupId() { return software.amazon.jsii.Kernel.get(this, "securityGroupId", software.amazon.jsii.NativeType.forClass(java.lang.Object.class)); } /** */ public void setSecurityGroupId(final @org.jetbrains.annotations.Nullable java.lang.String value) { software.amazon.jsii.Kernel.set(this, "securityGroupId", value); } /** */ public void setSecurityGroupId(final @org.jetbrains.annotations.Nullable com.aliyun.ros.cdk.core.IResolvable value) { software.amazon.jsii.Kernel.set(this, "securityGroupId", value); } /** * A fluent builder for {@link com.aliyun.ros.cdk.ecs.RosSecurityGroupEgress}. */ public static final class Builder implements software.amazon.jsii.Builder { /** * @return a new instance of {@link Builder}. * @param scope
  • scope in which this resource is defined.
This parameter is required. * @param id
  • scoped id of the resource.
This parameter is required. * @param enableResourcePropertyConstraint This parameter is required. */ public static Builder create(final com.aliyun.ros.cdk.core.Construct scope, final java.lang.String id, final java.lang.Boolean enableResourcePropertyConstraint) { return new Builder(scope, id, enableResourcePropertyConstraint); } private final com.aliyun.ros.cdk.core.Construct scope; private final java.lang.String id; private final java.lang.Boolean enableResourcePropertyConstraint; private final com.aliyun.ros.cdk.ecs.RosSecurityGroupEgressProps.Builder props; private Builder(final com.aliyun.ros.cdk.core.Construct scope, final java.lang.String id, final java.lang.Boolean enableResourcePropertyConstraint) { this.scope = scope; this.id = id; this.enableResourcePropertyConstraint = enableResourcePropertyConstraint; this.props = new com.aliyun.ros.cdk.ecs.RosSecurityGroupEgressProps.Builder(); } /** * @return {@code this} * @param ipProtocol This parameter is required. */ public Builder ipProtocol(final java.lang.String ipProtocol) { this.props.ipProtocol(ipProtocol); return this; } /** * @return {@code this} * @param ipProtocol This parameter is required. */ public Builder ipProtocol(final com.aliyun.ros.cdk.core.IResolvable ipProtocol) { this.props.ipProtocol(ipProtocol); return this; } /** * @return {@code this} * @param portRange This parameter is required. */ public Builder portRange(final java.lang.String portRange) { this.props.portRange(portRange); return this; } /** * @return {@code this} * @param portRange This parameter is required. */ public Builder portRange(final com.aliyun.ros.cdk.core.IResolvable portRange) { this.props.portRange(portRange); return this; } /** * @return {@code this} * @param description This parameter is required. */ public Builder description(final java.lang.String description) { this.props.description(description); return this; } /** * @return {@code this} * @param description This parameter is required. */ public Builder description(final com.aliyun.ros.cdk.core.IResolvable description) { this.props.description(description); return this; } /** * @return {@code this} * @param destCidrIp This parameter is required. */ public Builder destCidrIp(final java.lang.String destCidrIp) { this.props.destCidrIp(destCidrIp); return this; } /** * @return {@code this} * @param destCidrIp This parameter is required. */ public Builder destCidrIp(final com.aliyun.ros.cdk.core.IResolvable destCidrIp) { this.props.destCidrIp(destCidrIp); return this; } /** * @return {@code this} * @param destGroupId This parameter is required. */ public Builder destGroupId(final java.lang.String destGroupId) { this.props.destGroupId(destGroupId); return this; } /** * @return {@code this} * @param destGroupId This parameter is required. */ public Builder destGroupId(final com.aliyun.ros.cdk.core.IResolvable destGroupId) { this.props.destGroupId(destGroupId); return this; } /** * @return {@code this} * @param destGroupOwnerId This parameter is required. */ public Builder destGroupOwnerId(final java.lang.String destGroupOwnerId) { this.props.destGroupOwnerId(destGroupOwnerId); return this; } /** * @return {@code this} * @param destGroupOwnerId This parameter is required. */ public Builder destGroupOwnerId(final com.aliyun.ros.cdk.core.IResolvable destGroupOwnerId) { this.props.destGroupOwnerId(destGroupOwnerId); return this; } /** * @return {@code this} * @param destPrefixListId This parameter is required. */ public Builder destPrefixListId(final java.lang.String destPrefixListId) { this.props.destPrefixListId(destPrefixListId); return this; } /** * @return {@code this} * @param destPrefixListId This parameter is required. */ public Builder destPrefixListId(final com.aliyun.ros.cdk.core.IResolvable destPrefixListId) { this.props.destPrefixListId(destPrefixListId); return this; } /** * @return {@code this} * @param ipv6DestCidrIp This parameter is required. */ public Builder ipv6DestCidrIp(final java.lang.String ipv6DestCidrIp) { this.props.ipv6DestCidrIp(ipv6DestCidrIp); return this; } /** * @return {@code this} * @param ipv6DestCidrIp This parameter is required. */ public Builder ipv6DestCidrIp(final com.aliyun.ros.cdk.core.IResolvable ipv6DestCidrIp) { this.props.ipv6DestCidrIp(ipv6DestCidrIp); return this; } /** * @return {@code this} * @param nicType This parameter is required. */ public Builder nicType(final java.lang.String nicType) { this.props.nicType(nicType); return this; } /** * @return {@code this} * @param nicType This parameter is required. */ public Builder nicType(final com.aliyun.ros.cdk.core.IResolvable nicType) { this.props.nicType(nicType); return this; } /** * @return {@code this} * @param policy This parameter is required. */ public Builder policy(final java.lang.String policy) { this.props.policy(policy); return this; } /** * @return {@code this} * @param policy This parameter is required. */ public Builder policy(final com.aliyun.ros.cdk.core.IResolvable policy) { this.props.policy(policy); return this; } /** * @return {@code this} * @param priority This parameter is required. */ public Builder priority(final java.lang.Number priority) { this.props.priority(priority); return this; } /** * @return {@code this} * @param priority This parameter is required. */ public Builder priority(final com.aliyun.ros.cdk.core.IResolvable priority) { this.props.priority(priority); return this; } /** * @return {@code this} * @param securityGroupId This parameter is required. */ public Builder securityGroupId(final java.lang.String securityGroupId) { this.props.securityGroupId(securityGroupId); return this; } /** * @return {@code this} * @param securityGroupId This parameter is required. */ public Builder securityGroupId(final com.aliyun.ros.cdk.core.IResolvable securityGroupId) { this.props.securityGroupId(securityGroupId); return this; } /** * @return a newly built instance of {@link com.aliyun.ros.cdk.ecs.RosSecurityGroupEgress}. */ @Override public com.aliyun.ros.cdk.ecs.RosSecurityGroupEgress build() { return new com.aliyun.ros.cdk.ecs.RosSecurityGroupEgress( this.scope, this.id, this.props.build(), this.enableResourcePropertyConstraint ); } } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy