Class ComputeInstanceFromTemplateNetworkInterfaceOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.compute_instance_from_template.ComputeInstanceFromTemplateNetworkInterfaceOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.498Z") @Stability(Stable) public class ComputeInstanceFromTemplateNetworkInterfaceOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description ComputeInstanceFromTemplateNetworkInterfaceOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute, Number complexObjectIndex, Boolean complexObjectIsFromSet)protectedComputeInstanceFromTemplateNetworkInterfaceOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedComputeInstanceFromTemplateNetworkInterfaceOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
ComputeInstanceFromTemplateNetworkInterfaceOutputReference
protected ComputeInstanceFromTemplateNetworkInterfaceOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
ComputeInstanceFromTemplateNetworkInterfaceOutputReference
protected ComputeInstanceFromTemplateNetworkInterfaceOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
ComputeInstanceFromTemplateNetworkInterfaceOutputReference
@Stability(Stable) public ComputeInstanceFromTemplateNetworkInterfaceOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute, @NotNull Number complexObjectIndex, @NotNull Boolean complexObjectIsFromSet)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.complexObjectIndex- the index of this item in the list. This parameter is required.complexObjectIsFromSet- whether the list is wrapping a set (will add tolist() to be able to access an item via an index). This parameter is required.
-
-
Method Detail
-
putAccessConfig
@Stability(Stable) public void putAccessConfig(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putAliasIpRange
@Stability(Stable) public void putAliasIpRange(@NotNull Object value)- Parameters:
value- This parameter is required.
-
putIpv6AccessConfig
@Stability(Stable) public void putIpv6AccessConfig(@NotNull Object value)- Parameters:
value- This parameter is required.
-
resetAccessConfig
@Stability(Stable) public void resetAccessConfig()
-
resetAliasIpRange
@Stability(Stable) public void resetAliasIpRange()
-
resetInternalIpv6PrefixLength
@Stability(Stable) public void resetInternalIpv6PrefixLength()
-
resetIpv6AccessConfig
@Stability(Stable) public void resetIpv6AccessConfig()
-
resetIpv6Address
@Stability(Stable) public void resetIpv6Address()
-
resetNetwork
@Stability(Stable) public void resetNetwork()
-
resetNetworkIp
@Stability(Stable) public void resetNetworkIp()
-
resetNicType
@Stability(Stable) public void resetNicType()
-
resetQueueCount
@Stability(Stable) public void resetQueueCount()
-
resetStackType
@Stability(Stable) public void resetStackType()
-
resetSubnetwork
@Stability(Stable) public void resetSubnetwork()
-
resetSubnetworkProject
@Stability(Stable) public void resetSubnetworkProject()
-
getAccessConfig
@Stability(Stable) @NotNull public ComputeInstanceFromTemplateNetworkInterfaceAccessConfigList getAccessConfig()
-
getAliasIpRange
@Stability(Stable) @NotNull public ComputeInstanceFromTemplateNetworkInterfaceAliasIpRangeList getAliasIpRange()
-
getIpv6AccessConfig
@Stability(Stable) @NotNull public ComputeInstanceFromTemplateNetworkInterfaceIpv6AccessConfigList getIpv6AccessConfig()
-
getIpv6AccessType
@Stability(Stable) @NotNull public String getIpv6AccessType()
-
getName
@Stability(Stable) @NotNull public String getName()
-
getAccessConfigInput
@Stability(Stable) @Nullable public Object getAccessConfigInput()
-
getAliasIpRangeInput
@Stability(Stable) @Nullable public Object getAliasIpRangeInput()
-
getInternalIpv6PrefixLengthInput
@Stability(Stable) @Nullable public Number getInternalIpv6PrefixLengthInput()
-
getIpv6AccessConfigInput
@Stability(Stable) @Nullable public Object getIpv6AccessConfigInput()
-
getIpv6AddressInput
@Stability(Stable) @Nullable public String getIpv6AddressInput()
-
getNetworkInput
@Stability(Stable) @Nullable public String getNetworkInput()
-
getNetworkIpInput
@Stability(Stable) @Nullable public String getNetworkIpInput()
-
getNicTypeInput
@Stability(Stable) @Nullable public String getNicTypeInput()
-
getQueueCountInput
@Stability(Stable) @Nullable public Number getQueueCountInput()
-
getStackTypeInput
@Stability(Stable) @Nullable public String getStackTypeInput()
-
getSubnetworkInput
@Stability(Stable) @Nullable public String getSubnetworkInput()
-
getSubnetworkProjectInput
@Stability(Stable) @Nullable public String getSubnetworkProjectInput()
-
getInternalIpv6PrefixLength
@Stability(Stable) @NotNull public Number getInternalIpv6PrefixLength()
-
setInternalIpv6PrefixLength
@Stability(Stable) public void setInternalIpv6PrefixLength(@NotNull Number value)
-
getIpv6Address
@Stability(Stable) @NotNull public String getIpv6Address()
-
setIpv6Address
@Stability(Stable) public void setIpv6Address(@NotNull String value)
-
getNetwork
@Stability(Stable) @NotNull public String getNetwork()
-
setNetwork
@Stability(Stable) public void setNetwork(@NotNull String value)
-
getNetworkIp
@Stability(Stable) @NotNull public String getNetworkIp()
-
setNetworkIp
@Stability(Stable) public void setNetworkIp(@NotNull String value)
-
getNicType
@Stability(Stable) @NotNull public String getNicType()
-
setNicType
@Stability(Stable) public void setNicType(@NotNull String value)
-
getQueueCount
@Stability(Stable) @NotNull public Number getQueueCount()
-
setQueueCount
@Stability(Stable) public void setQueueCount(@NotNull Number value)
-
getStackType
@Stability(Stable) @NotNull public String getStackType()
-
setStackType
@Stability(Stable) public void setStackType(@NotNull String value)
-
getSubnetwork
@Stability(Stable) @NotNull public String getSubnetwork()
-
setSubnetwork
@Stability(Stable) public void setSubnetwork(@NotNull String value)
-
getSubnetworkProject
@Stability(Stable) @NotNull public String getSubnetworkProject()
-
setSubnetworkProject
@Stability(Stable) public void setSubnetworkProject(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public Object getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable com.hashicorp.cdktf.IResolvable value)
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable ComputeInstanceFromTemplateNetworkInterface value)
-
-