v1alpha1

package
v0.0.0-...-4b4ec10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=nsxt_logical_router_centralized_service_port.crossplane.io +versionName=v1alpha1

Index

Constants

View Source
const (
	CRDGroup   = "nsxt_logical_router_centralized_service_port.crossplane.io"
	CRDVersion = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	LogicalRouterCentralizedServicePort_Kind             = "LogicalRouterCentralizedServicePort"
	LogicalRouterCentralizedServicePort_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: LogicalRouterCentralizedServicePort_Kind}.String()
	LogicalRouterCentralizedServicePort_KindAPIVersion   = LogicalRouterCentralizedServicePort_Kind + "." + CRDGroupVersion.String()
	LogicalRouterCentralizedServicePort_GroupVersionKind = CRDGroupVersion.WithKind(LogicalRouterCentralizedServicePort_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type LogicalRouterCentralizedServicePort

type LogicalRouterCentralizedServicePort struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.ipAddress)",message="ipAddress is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.linkedLogicalSwitchPortId)",message="linkedLogicalSwitchPortId is a required parameter"
	// +kubebuilder:validation:XValidation:rule="self.managementPolicy == 'ObserveOnly' || has(self.forProvider.logicalRouterId)",message="logicalRouterId is a required parameter"
	Spec   LogicalRouterCentralizedServicePortSpec   `json:"spec"`
	Status LogicalRouterCentralizedServicePortStatus `json:"status,omitempty"`
}

LogicalRouterCentralizedServicePort is the Schema for the LogicalRouterCentralizedServicePorts API. <no value> +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,nsxt}

func (*LogicalRouterCentralizedServicePort) GetCondition

GetCondition of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) GetConnectionDetailsMapping

func (tr *LogicalRouterCentralizedServicePort) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this LogicalRouterCentralizedServicePort

func (*LogicalRouterCentralizedServicePort) GetDeletionPolicy

GetDeletionPolicy of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) GetID

GetID returns ID of underlying Terraform resource of this LogicalRouterCentralizedServicePort

func (*LogicalRouterCentralizedServicePort) GetManagementPolicy

func (mg *LogicalRouterCentralizedServicePort) GetManagementPolicy() xpv1.ManagementPolicy

GetManagementPolicy of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) GetObservation

func (tr *LogicalRouterCentralizedServicePort) GetObservation() (map[string]any, error)

GetObservation of this LogicalRouterCentralizedServicePort

func (*LogicalRouterCentralizedServicePort) GetParameters

func (tr *LogicalRouterCentralizedServicePort) GetParameters() (map[string]any, error)

GetParameters of this LogicalRouterCentralizedServicePort

func (*LogicalRouterCentralizedServicePort) GetProviderConfigReference

func (mg *LogicalRouterCentralizedServicePort) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) GetProviderReference

func (mg *LogicalRouterCentralizedServicePort) GetProviderReference() *xpv1.Reference

GetProviderReference of this LogicalRouterCentralizedServicePort. Deprecated: Use GetProviderConfigReference.

func (*LogicalRouterCentralizedServicePort) GetPublishConnectionDetailsTo

func (mg *LogicalRouterCentralizedServicePort) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) GetTerraformResourceType

func (mg *LogicalRouterCentralizedServicePort) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this LogicalRouterCentralizedServicePort

func (*LogicalRouterCentralizedServicePort) GetTerraformSchemaVersion

func (tr *LogicalRouterCentralizedServicePort) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*LogicalRouterCentralizedServicePort) GetWriteConnectionSecretToReference

func (mg *LogicalRouterCentralizedServicePort) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) LateInitialize

func (tr *LogicalRouterCentralizedServicePort) LateInitialize(attrs []byte) (bool, error)

LateInitialize this LogicalRouterCentralizedServicePort using its observed tfState. returns True if there are any spec changes for the resource.

func (*LogicalRouterCentralizedServicePort) SetConditions

func (mg *LogicalRouterCentralizedServicePort) SetConditions(c ...xpv1.Condition)

SetConditions of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) SetDeletionPolicy

func (mg *LogicalRouterCentralizedServicePort) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) SetManagementPolicy

func (mg *LogicalRouterCentralizedServicePort) SetManagementPolicy(r xpv1.ManagementPolicy)

SetManagementPolicy of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) SetObservation

func (tr *LogicalRouterCentralizedServicePort) SetObservation(obs map[string]any) error

SetObservation for this LogicalRouterCentralizedServicePort

func (*LogicalRouterCentralizedServicePort) SetParameters

func (tr *LogicalRouterCentralizedServicePort) SetParameters(params map[string]any) error

SetParameters for this LogicalRouterCentralizedServicePort

func (*LogicalRouterCentralizedServicePort) SetProviderConfigReference

func (mg *LogicalRouterCentralizedServicePort) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) SetProviderReference

func (mg *LogicalRouterCentralizedServicePort) SetProviderReference(r *xpv1.Reference)

SetProviderReference of this LogicalRouterCentralizedServicePort. Deprecated: Use SetProviderConfigReference.

func (*LogicalRouterCentralizedServicePort) SetPublishConnectionDetailsTo

func (mg *LogicalRouterCentralizedServicePort) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this LogicalRouterCentralizedServicePort.

func (*LogicalRouterCentralizedServicePort) SetWriteConnectionSecretToReference

func (mg *LogicalRouterCentralizedServicePort) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this LogicalRouterCentralizedServicePort.

type LogicalRouterCentralizedServicePortList

type LogicalRouterCentralizedServicePortList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []LogicalRouterCentralizedServicePort `json:"items"`
}

LogicalRouterCentralizedServicePortList contains a list of LogicalRouterCentralizedServicePorts

func (*LogicalRouterCentralizedServicePortList) GetItems

GetItems of this LogicalRouterCentralizedServicePortList.

type LogicalRouterCentralizedServicePortObservation

type LogicalRouterCentralizedServicePortObservation struct {

	// Description of this resource
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The display name of this resource. Defaults to ID if not set
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// Logical router port subnet (ipAddress / prefix length)
	IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"`

	// Identifier for port on logical switch to connect to
	LinkedLogicalSwitchPortID *string `json:"linkedLogicalSwitchPortId,omitempty" tf:"linked_logical_switch_port_id,omitempty"`

	// Identifier for logical router on which this port is created
	LogicalRouterID *string `json:"logicalRouterId,omitempty" tf:"logical_router_id,omitempty"`

	// The _revision property describes the current revision of the resource. To prevent clients from overwriting each other's changes, PUT operations must include the current _revision of the resource, which clients should obtain by issuing a GET operation. If the _revision provided in a PUT request is missing or stale, the operation will be rejected
	Revision *float64 `json:"revision,omitempty" tf:"revision,omitempty"`

	// Set of opaque identifiers meaningful to the user
	Tag []TagObservation `json:"tag,omitempty" tf:"tag,omitempty"`

	// Unicast Reverse Path Forwarding mode
	UrpfMode *string `json:"urpfMode,omitempty" tf:"urpf_mode,omitempty"`
}

type LogicalRouterCentralizedServicePortParameters

type LogicalRouterCentralizedServicePortParameters struct {

	// Description of this resource
	// +kubebuilder:validation:Optional
	Description *string `json:"description,omitempty" tf:"description,omitempty"`

	// The display name of this resource. Defaults to ID if not set
	// +kubebuilder:validation:Optional
	DisplayName *string `json:"displayName,omitempty" tf:"display_name,omitempty"`

	// Logical router port subnet (ipAddress / prefix length)
	// +kubebuilder:validation:Optional
	IPAddress *string `json:"ipAddress,omitempty" tf:"ip_address,omitempty"`

	// Identifier for port on logical switch to connect to
	// +kubebuilder:validation:Optional
	LinkedLogicalSwitchPortID *string `json:"linkedLogicalSwitchPortId,omitempty" tf:"linked_logical_switch_port_id,omitempty"`

	// Identifier for logical router on which this port is created
	// +kubebuilder:validation:Optional
	LogicalRouterID *string `json:"logicalRouterId,omitempty" tf:"logical_router_id,omitempty"`

	// Set of opaque identifiers meaningful to the user
	// +kubebuilder:validation:Optional
	Tag []TagParameters `json:"tag,omitempty" tf:"tag,omitempty"`

	// Unicast Reverse Path Forwarding mode
	// +kubebuilder:validation:Optional
	UrpfMode *string `json:"urpfMode,omitempty" tf:"urpf_mode,omitempty"`
}

type LogicalRouterCentralizedServicePortSpec

type LogicalRouterCentralizedServicePortSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     LogicalRouterCentralizedServicePortParameters `json:"forProvider"`
}

LogicalRouterCentralizedServicePortSpec defines the desired state of LogicalRouterCentralizedServicePort

type LogicalRouterCentralizedServicePortStatus

type LogicalRouterCentralizedServicePortStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        LogicalRouterCentralizedServicePortObservation `json:"atProvider,omitempty"`
}

LogicalRouterCentralizedServicePortStatus defines the observed state of LogicalRouterCentralizedServicePort.

type TagObservation

type TagObservation struct {
	Scope *string `json:"scope,omitempty" tf:"scope,omitempty"`

	Tag *string `json:"tag,omitempty" tf:"tag,omitempty"`
}

type TagParameters

type TagParameters struct {

	// +kubebuilder:validation:Optional
	Scope *string `json:"scope,omitempty" tf:"scope,omitempty"`

	// +kubebuilder:validation:Optional
	Tag *string `json:"tag,omitempty" tf:"tag,omitempty"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL