Class NetworkState
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.openstack.networking.inputs.NetworkState
-
public final class NetworkState extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetworkState.Builder
-
Field Summary
Fields Modifier and Type Field Description static NetworkStateEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>adminStateUp()java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>allTags()java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>availabilityZoneHints()static NetworkState.Builderbuilder()static NetworkState.Builderbuilder(NetworkState defaults)java.util.Optional<com.pulumi.core.Output<java.lang.String>>description()java.util.Optional<com.pulumi.core.Output<java.lang.String>>dnsDomain()java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>external()java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>mtu()java.util.Optional<com.pulumi.core.Output<java.lang.String>>name()java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>portSecurityEnabled()java.util.Optional<com.pulumi.core.Output<java.lang.String>>qosPolicyId()java.util.Optional<com.pulumi.core.Output<java.lang.String>>region()java.util.Optional<com.pulumi.core.Output<java.util.List<NetworkSegmentArgs>>>segments()java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>shared()java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>tags()java.util.Optional<com.pulumi.core.Output<java.lang.String>>tenantId()java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>transparentVlan()java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.Object>>>valueSpecs()
-
-
-
Field Detail
-
Empty
public static final NetworkState Empty
-
-
Method Detail
-
adminStateUp
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> adminStateUp()
- Returns:
- The administrative state of the network. Acceptable values are "true" and "false". Changing this value updates the state of the existing network.
-
allTags
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> allTags()
- Returns:
- The collection of tags assigned on the network, which have been explicitly and implicitly added.
-
availabilityZoneHints
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> availabilityZoneHints()
- Returns:
- An availability zone is used to make network resources highly available. Used for resources with high availability so that they are scheduled on different availability zones. Changing this creates a new network.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- Human-readable description of the network. Changing this updates the name of the existing network.
-
dnsDomain
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> dnsDomain()
- Returns:
- The network DNS domain. Available, when Neutron DNS extension is enabled. The `dns_domain` of a network in conjunction with the `dns_name` attribute of its ports will be published in an external DNS service when Neutron is configured to integrate with such a service.
-
external
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> external()
- Returns:
- Specifies whether the network resource has the external routing facility. Valid values are true and false. Defaults to false. Changing this updates the external attribute of the existing network.
-
mtu
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> mtu()
- Returns:
- The network MTU. Available for read-only, when Neutron `net-mtu` extension is enabled. Available for the modification, when Neutron `net-mtu-writable` extension is enabled.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name of the network. Changing this updates the name of the existing network.
-
portSecurityEnabled
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> portSecurityEnabled()
- Returns:
- Whether to explicitly enable or disable port security on the network. Port Security is usually enabled by default, so omitting this argument will usually result in a value of "true". Setting this explicitly to `false` will disable port security. Valid values are `true` and `false`.
-
qosPolicyId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> qosPolicyId()
- Returns:
- Reference to the associated QoS policy.
-
region
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
- Returns:
- The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron network. If omitted, the `region` argument of the provider is used. Changing this creates a new network.
-
segments
public java.util.Optional<com.pulumi.core.Output<java.util.List<NetworkSegmentArgs>>> segments()
- Returns:
- An array of one or more provider segment objects. Note: most Networking plug-ins (e.g. ML2 Plugin) and drivers do not support updating any provider related segments attributes. Check your plug-in whether it supports updating.
-
shared
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> shared()
- Returns:
- Specifies whether the network resource can be accessed by any tenant or not. Changing this updates the sharing capabilities of the existing network.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> tags()
- Returns:
- A set of string tags for the network.
-
tenantId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> tenantId()
- Returns:
- The owner of the network. Required if admin wants to create a network for another tenant. Changing this creates a new network.
-
transparentVlan
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> transparentVlan()
- Returns:
- Specifies whether the network resource has the VLAN transparent attribute set. Valid values are true and false. Defaults to false. Changing this updates the `transparent_vlan` attribute of the existing network.
-
valueSpecs
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.Object>>> valueSpecs()
- Returns:
- Map of additional options.
-
builder
public static NetworkState.Builder builder()
-
builder
public static NetworkState.Builder builder(NetworkState defaults)
-
-