Interface CfnNetworkInsightsAnalysis.IAnalysisLoadBalancerTargetProperty
Describes a load balancer target.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAnalysisLoadBalancerTargetProperty
Syntax (vb)
Public Interface IAnalysisLoadBalancerTargetProperty
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.AWS.EC2;
var analysisLoadBalancerTargetProperty = new AnalysisLoadBalancerTargetProperty {
Address = "address",
AvailabilityZone = "availabilityZone",
Instance = new AnalysisComponentProperty {
Arn = "arn",
Id = "id"
},
Port = 123
};
Synopsis
Properties
Address | The IP address. |
Availability |
The Availability Zone. |
Instance | Information about the instance. |
Port | The port on which the target is listening. |
Properties
Address
The IP address.
virtual string Address { get; }
Property Value
System.
Remarks
AvailabilityZone
The Availability Zone.
virtual string AvailabilityZone { get; }
Property Value
System.
Remarks
Instance
Information about the instance.
virtual object Instance { get; }
Property Value
System.
Remarks
Port
The port on which the target is listening.
virtual Nullable<double> Port { get; }
Property Value
System.