Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
// *** 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.networkservices.v1beta1;
import com.pulumi.core.Output;
import com.pulumi.core.annotations.Export;
import com.pulumi.core.annotations.ResourceType;
import com.pulumi.core.internal.Codegen;
import com.pulumi.googlenative.Utilities;
import com.pulumi.googlenative.networkservices.v1beta1.MeshArgs;
import java.lang.Integer;
import java.lang.String;
import java.util.Map;
import javax.annotation.Nullable;
/**
* Creates a new Mesh in a given project and location.
*
*/
@ResourceType(type="google-native:networkservices/v1beta1:Mesh")
public class Mesh extends com.pulumi.resources.CustomResource {
/**
* The timestamp when the resource was created.
*
*/
@Export(name="createTime", type=String.class, parameters={})
private Output createTime;
/**
* @return The timestamp when the resource was created.
*
*/
public Output createTime() {
return this.createTime;
}
/**
* Optional. A free-text description of the resource. Max length 1024 characters.
*
*/
@Export(name="description", type=String.class, parameters={})
private Output description;
/**
* @return Optional. A free-text description of the resource. Max length 1024 characters.
*
*/
public Output description() {
return this.description;
}
/**
* Optional. If set to a valid TCP port (1-65535), instructs the SIDECAR proxy to listen on the specified port of localhost (127.0.0.1) address. The SIDECAR proxy will expect all traffic to be redirected to this port regardless of its actual ip:port destination. If unset, a port '15001' is used as the interception port. This will is applicable only for sidecar proxy deployments.
*
*/
@Export(name="interceptionPort", type=Integer.class, parameters={})
private Output interceptionPort;
/**
* @return Optional. If set to a valid TCP port (1-65535), instructs the SIDECAR proxy to listen on the specified port of localhost (127.0.0.1) address. The SIDECAR proxy will expect all traffic to be redirected to this port regardless of its actual ip:port destination. If unset, a port '15001' is used as the interception port. This will is applicable only for sidecar proxy deployments.
*
*/
public Output interceptionPort() {
return this.interceptionPort;
}
/**
* Optional. Set of label tags associated with the Mesh resource.
*
*/
@Export(name="labels", type=Map.class, parameters={String.class, String.class})
private Output