Package org.cdk8s.plus25.k8s
Class IngressClassParametersReference.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- org.cdk8s.plus25.k8s.IngressClassParametersReference.Jsii$Proxy
-
- All Implemented Interfaces:
IngressClassParametersReference,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- IngressClassParametersReference
@Stability(Stable) @Internal public static final class IngressClassParametersReference.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IngressClassParametersReference
An implementation forIngressClassParametersReference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface org.cdk8s.plus25.k8s.IngressClassParametersReference
IngressClassParametersReference.Builder, IngressClassParametersReference.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(IngressClassParametersReference.Builder builder)Constructor that initializes the object based on literal property values passed by theIngressClassParametersReference.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetApiGroup()APIGroup is the group for the resource being referenced.StringgetKind()Kind is the type of resource being referenced.StringgetName()Name is the name of resource being referenced.StringgetNamespace()Namespace is the namespace of the resource being referenced.StringgetScope()Scope represents if this refers to a cluster or namespace scoped resource.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(IngressClassParametersReference.Builder builder)
Constructor that initializes the object based on literal property values passed by theIngressClassParametersReference.Builder.
-
-
Method Detail
-
getKind
public final String getKind()
Description copied from interface:IngressClassParametersReferenceKind is the type of resource being referenced.- Specified by:
getKindin interfaceIngressClassParametersReference
-
getName
public final String getName()
Description copied from interface:IngressClassParametersReferenceName is the name of resource being referenced.- Specified by:
getNamein interfaceIngressClassParametersReference
-
getApiGroup
public final String getApiGroup()
Description copied from interface:IngressClassParametersReferenceAPIGroup is the group for the resource being referenced.If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
- Specified by:
getApiGroupin interfaceIngressClassParametersReference
-
getNamespace
public final String getNamespace()
Description copied from interface:IngressClassParametersReferenceNamespace is the namespace of the resource being referenced.This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster".
- Specified by:
getNamespacein interfaceIngressClassParametersReference
-
getScope
public final String getScope()
Description copied from interface:IngressClassParametersReferenceScope represents if this refers to a cluster or namespace scoped resource.This may be set to "Cluster" (default) or "Namespace".
- Specified by:
getScopein interfaceIngressClassParametersReference
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-