Package org.cdk8s.plus28.k8s
Interface IpAddressSpecV1Alpha1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IpAddressSpecV1Alpha1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-03T12:13:25.698Z") @Stability(Stable) public interface IpAddressSpecV1Alpha1 extends software.amazon.jsii.JsiiSerializable
IPAddressSpec describe the attributes in an IP Address.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIpAddressSpecV1Alpha1.BuilderA builder forIpAddressSpecV1Alpha1static classIpAddressSpecV1Alpha1.Jsii$ProxyAn implementation forIpAddressSpecV1Alpha1
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static IpAddressSpecV1Alpha1.Builderbuilder()default ParentReferenceV1Alpha1getParentRef()ParentRef references the resource that an IPAddress is attached to.
-
-
-
Method Detail
-
getParentRef
@Stability(Stable) @Nullable default ParentReferenceV1Alpha1 getParentRef()
ParentRef references the resource that an IPAddress is attached to.An IPAddress must reference a parent object.
-
builder
@Stability(Stable) static IpAddressSpecV1Alpha1.Builder builder()
- Returns:
- a
IpAddressSpecV1Alpha1.BuilderofIpAddressSpecV1Alpha1
-
-