Show / Hide Table of Contents

Interface CfnWorkerPropsMixin.IIpAddressesProperty

The IP addresses for a host.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnWorkerPropsMixin.IIpAddressesProperty
Syntax (vb)
Public Interface CfnWorkerPropsMixin.IIpAddressesProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-worker-ipaddresses.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.Deadline;

             var ipAddressesProperty = new IpAddressesProperty {
                 IpV4Addresses = new [] { "ipV4Addresses" },
                 IpV6Addresses = new [] { "ipV6Addresses" }
             };

Synopsis

Properties

IpV4Addresses

The IpV4 address of the network.

IpV6Addresses

The IpV6 address for the network and node component.

Properties

IpV4Addresses

The IpV4 address of the network.

string[]? IpV4Addresses { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-worker-ipaddresses.html#cfn-deadline-worker-ipaddresses-ipv4addresses

IpV6Addresses

The IpV6 address for the network and node component.

string[]? IpV6Addresses { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-deadline-worker-ipaddresses.html#cfn-deadline-worker-ipaddresses-ipv6addresses

Back to top Generated by DocFX