Interface CfnWorkerPropsMixin.IHostPropertiesRequestProperty
The host property details.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Deadline
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnWorkerPropsMixin.IHostPropertiesRequestProperty
Syntax (vb)
Public Interface CfnWorkerPropsMixin.IHostPropertiesRequestProperty
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 hostPropertiesRequestProperty = new HostPropertiesRequestProperty {
HostName = "hostName",
IpAddresses = new IpAddressesProperty {
IpV4Addresses = new [] { "ipV4Addresses" },
IpV6Addresses = new [] { "ipV6Addresses" }
}
};
Synopsis
Properties
| HostName | The host name. |
| IpAddresses | The IP addresses for a host. |
Properties
HostName
The host name.
string? HostName { get; }
Property Value
Remarks
IpAddresses
The IP addresses for a host.
object? IpAddresses { get; }