com.pulumi.googlenative.composer.v1beta1.inputs.CidrBlockArgs Maven / Gradle / Ivy
// *** WARNING: this file was generated by pulumi-java-gen. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
package com.pulumi.googlenative.composer.v1beta1.inputs;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Import;
import java.lang.String;
import java.util.Objects;
import java.util.Optional;
import javax.annotation.Nullable;
/**
* CIDR block with an optional name.
*
*/
public final class CidrBlockArgs extends com.pulumi.resources.ResourceArgs {
public static final CidrBlockArgs Empty = new CidrBlockArgs();
/**
* CIDR block that must be specified in CIDR notation.
*
*/
@Import(name="cidrBlock")
private @Nullable Output cidrBlock;
/**
* @return CIDR block that must be specified in CIDR notation.
*
*/
public Optional
© 2015 - 2024 Weber Informatics LLC | Privacy Policy