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
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
IpV6Addresses
The IpV6 address for the network and node component.
string[]? IpV6Addresses { get; }
Property Value
string[]